Get client by ID

Get a registered OAuth 2.0 client by unique client ID.

Authentication

Authorizationstring
API Key authentication via header

Path parameters

clientIdstringRequiredformat: "string"
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
descriptionstring
Client description
_clientSecretstring
The client secret. This will only be shown upon creation.

Errors

400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error