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 partnerjti
- the ID of the token, assigned for persistent tokens with validity time more than one hourscope
- the requested scopes, the partner must have corresponding permissions
Global rate limiting applies to this method.
Request
Responses
- 200
- 400
- 403
OK
Bad Request
Forbidden