/applications/{applicationId}/oauthClients

This endpoint allows you to create a new OAuth client for the given application. A maximum of 250 oauth client credentials can be created under the application.

Path Params
string
required

Identifier of an application

Body Params
string
required
length between 1 and 256

Name of the oauth client.

redirectUris
array of uris
required
length between 1 and 250
redirectUris*
loginUris
array of uris
length ≤ 250
loginUris
string
enum
Defaults to confidential

This defines the type of this client . Clients are CONFIDENTIAL by default.

Allowed:
Responses

Language
Credentials
Bearer
JWT
URL
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json