Get client by ID

GET
/api/v2/oauth/clients/:clientId

Get a registered OAuth 2.0 client by unique client ID.

Path parameters

clientIdstringRequired

The client ID

Response

OAuth 2.0 client response

namestring

Client name

_accountIdstring

The account ID the client is registered under

_clientIdstring

The client’s unique ID

redirectUristring

The client’s redirect URI

_creationDatelong

Timestamp of client creation date

descriptionstringOptional

Client description

_clientSecretstringOptional

The client secret. This will only be shown upon creation.

Errors

Built with