Get client by ID

Get a registered OAuth 2.0 client by unique client ID.

Path parameters

clientIdstringRequired
The client ID

Headers

AuthorizationstringRequired

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