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
Key | Datatype | Required | Description |
---|---|---|---|
response_type | string | code or token | |
redirect_uri | string | Redirect URI of the OAuth flow | |
scope | string | Requested scopes by the OAuth flow |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
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}