List root tokens
GET/v1/tokens
Lists access tokens registered for root access
Request
Responses
- 200
- 401
- 403
- 429
- 500
Returns the root access tokens. Token values are never returned after creation.
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