Get API token by ID
GET /api-tokens/{tokenId}
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ”Unique identifier of the API token to retrieve
Unique identifier of the API token to retrieve
Responses
Section titled “ Responses ”API token found
object
Unique identifier for the API token (nanoid format)
ID of the team this token provides access to
Human-readable name for identifying this token
Prefix of the token for identification (e.g., ‘cat_tok_’)
Last 4 characters of the token for verification
Permission level: ‘admin’ (full access), ‘member’ (standard access), ‘readonly’ (read-only access)
ID of the user who created this token
When the token expires (ISO 8601), or null if no expiration
When the token was last used for an API request (ISO 8601)
Whether the token is active and can be used for authentication
When the token was created (ISO 8601)
When the token was last modified (ISO 8601)
Bad Request - Validation error or invalid input
object
Unauthorized - Authentication required or invalid token
object
Forbidden - Insufficient permissions
object
Not Found - Resource does not exist