Get an OAuth client

GET {{baseUrl}}/v1/oauth/clients/:client_id

The endpoint returns the details of OAuth client to display in the authorization page.

Request Params

KeyDatatypeRequiredDescription
response_typestringcode or token
redirect_uristringRedirect URI of the OAuth flow
scopestringRequested scopes by the OAuth flow

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{"client_id":"7a3c52a910e1dc2abbb14da2b6b8e711","name":"TradingApp","description":"Sample description","url":"http://test.com","terms_of_use":"","privacy_policy":"","status":"ACTIVE","redirect_uri":["http://localhost"],"live_trading_approved":true}