AM/FA/Inv - Create OAuth Client

Details

/external/v1/oauth/client

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".

Required 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
201

Successfully registered the OAuth client

application/json
post
/external/v1/oauth/client

Last updated

Was this helpful?