Skip to content

List API tokens scoped to this organization

GET
/api/v2/organizations/{organization}/tokens

Authorizations

Parameters

Path Parameters

organization
required
string

Organization identifier

Example
test-org

Responses

200

The request has succeeded.

Array<object>
object
id
integer
42
name
string
My deploy token
last_used
string format: date-time
nullable
created_at
string format: date-time

403

Access is forbidden.

object
message
required

Error message

string
The requested resource was not found
error
required

Error flag

boolean
true
{
"message": "The requested resource was not found",
"error": true
}