List access tokens
GET/v1/tokens
Lists access tokens. Returns every token on the instance unless narrowed with the account argument. Token values are never returned - only the id each token is listed under.
Request
Responses
- 200
- 400
- 401
- 403
- 429
- 500
Returns the matching access tokens. Token values are never returned after creation.
Invalid input - the path parameters, query arguments, or request payload did not pass validation
Authentication failed - the access token is missing, invalid, or was not accepted
Access denied - the access token does not grant permission for this operation (token scope, account, or IP address restriction)
Rate limit exceeded - too many requests were made with this access token
Internal server error - an unexpected error occurred while processing the request