/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.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

Identifier of an application

Body Params

Base properties for OAuth client creation

string
required
length between 1 and 256

Name of the oauth client.

string
enum
Defaults to confidential

The type of OAuth client. - public: Basic OAuth client - confidential: OAuth client with optional loginUris support

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

Client operates on behalf of the authenticating user. Permissions and access are tied to that user's account. If the user is deleted, blocked, or has permissions changed, the client's access is affected accordingly. Scopes are automatically set to ["vms.all"].

Allowed:
Responses

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