Tokens

List all API tokens

Retrieve a list of all API tokens for your account, including both team-scoped and project-scoped tokens. For each token, the response includes its name, scope, creation date, and usage statistics. The token values are not included in the response for security reasons.

GET
/api/tokens

Authorization

Authorization
header
string
required

Enter the team access token with the Bearer prefix, e.g. "Bearer team_access_token"

Responses

application/json
data
object[]
required

Data contains the token items

status
"success"
string
required

Status indicates the response status "success"

Tokens retrieved successfully