TravelyfeHelp
DevelopersAPI ReferenceO Auth

Register A Client

POST
/oauth/register

Dynamic client registration (RFC 7591). Returns a client_id, and a client_secret for confidential clients.

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

curl -X POST "https://example.com/oauth/register" \  -H "Content-Type: application/json" \  -d '{    "redirect_uris": [      "http://example.com"    ]  }'
Empty