AM/TA/Inv - Get All OAuth Clients for Current Organization

Details

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

Synopsis

Get All OAuth clients for the current organization

get

This route is to be used by an OAuth client to get all the OAuth clients that are linked to the same organization as the current client. The client should be authenticated and a valid access token provided. This endpoint can be called by applications with access to scope "manageExternalClients".

chevron-right
lockRequired scopes
This endpoint requires the following scopes:
  • : manageExternalClients
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
primarybooleanRequired

True if the OAuth client is a primary client for the organization, false otherwise

Example: true
get
/external/v1/oauth/client

Last updated

Was this helpful?