AM/FA/Inv - Get All OAuth Clients for Current Organization
Details
/external/v1/oauth/client/current
Synopsis
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".
Required scopes
This endpoint requires the following scopes:
- : manageExternalClients
Authorizations
OAuth2clientCredentialsRequired
Token URL:
Responses
200
Successfully obtained the data
application/json
401
The following error codes can be returned: - AU0001 Please refer to the error code dictionary for the details of each error code.
application/json
404
The following error codes can be returned: - AU0006 Please refer to the error code dictionary for the details of each error code.
application/json
get
/external/v1/oauth/clientLast updated
Was this helpful?

