AM/TA/Inv - Create OAuth Client

Details

/external/v1/oauth/clientarrow-up-right

Synopsis

Create OAuth Client

post

This route is used to create a new OAuth client. This new client will be linked to the same organization as the client that is making the current request. This route will typically be used by the primary OAuth client of the organization to register other clients to be used by different back-office apps to execute a subset of actions. 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:
Body
passwordstring · min: 8 · max: 72Required

The password of this OAuth client

Example: u7/JvJ+:X?Wc]6}.
applicationstringRequired

The name of application that this client is associated with.

Example: TEST1234 App
Responses
post
/external/v1/oauth/client

Last updated

Was this helpful?