Skip to main content

Create an access token for a partner

POST 

/partners/self/tokens

Used by partners to create their own access tokens

The token is created with the following claims:

  • sub - the ID of the partner
  • jti - the ID of the token, assigned for persistent tokens with validity time more than one hour
  • scope - the requested scopes, the partner must have corresponding permissions

Global rate limiting applies to this method.

Request

Responses

OK