AM/TA/Inv - Get Current OAuth Client

Details

/external/v1/oauth/client/currentarrow-up-right

Synopsis

Get Current OAuth client

get

This route is to be used by an OAuth client to get its own information. The client should be authenticated and a valid access token provided.

Authorizations
OAuth2clientCredentialsRequired
Token URL:
Responses
chevron-right
200

Successfully obtained the data

application/json
clientIdstring · min: 5 · max: 50Required

The unique identifier of the OAuth client. Must be alphanumeric

Example: TEST1234Pattern: ^[a-zA-Z0-9-]*$
applicationstringRequired

The name of application that this API client is associated with.

Example: TEST1234 App
get
/external/v1/oauth/client/current

Last updated

Was this helpful?