Create an Access Token
POST/v2/security/access_tokens
Creates a new access token for authentication in the API. The created token can have limited scopes and expiration date.
Request
Responses
- 201
- 401
- 403
- 422
Token created
Authentication failure. Invalid token
Permission failure. You don't have the required Scope for this call.
Invalid token data