User Access Token
Manage user access tokens.
Create a user access token by me (logged in user)
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
namestringRequiredExample:
Access token name
<name>lifetimestring · enumRequiredPossible values:
Token lifetime
privilegesstring[]OptionalExample:
Token privileges
["organization:user:read"]Responses
201
OK
application/json
400
Bad Request
application/json
post
/me/tokensDelete a user access token by me (logged in user)
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
tokenIdstringRequiredPattern:
Entity ID
^[0-9a-fA-F]{24}$Responses
204
No Content
400
Bad Request
application/json
401
Unauthorized
application/json
403
Forbidden
application/json
delete
/me/tokens/{tokenId}No content
Last updated
Was this helpful?

