Skip to content

Get an access token

GET
/api/v1/me/tokens/{token}
token
required
integer format: int64
Example
42

The ID of the access token.

Access token details.

object
data
required
object
id
required
integer format: int64
Example
23145
name
required
string
Example
CI Deployments
status
required

Operational status of the token, derived from revocation and expiration timestamps.

string
Allowed values: active expired revoked
Example
active
last_used_at

When this token was last used (null if never used).

string format: date-time
nullable
Example
2024-04-11T14:35:05Z
usage_count
required
integer
Example
12
expires_at

When this token expires. Null means the token does not expire.

string format: date-time
nullable
Example
2024-12-31T06:00:00Z
created_at
required
string format: date-time
Example
2024-03-01T18:11:00Z
allowed_ips

Optional list of IPs or CIDR ranges allowed to use this token.

Array<string>
nullable
Example
[
"10.0.0.0/24",
"203.0.113.12"
]

Missing or invalid bearer token.

Standard RFC 9457 problem details envelope.

object
type
required

RFC 9457 compliant problem details response builder.

string format: uri
Example
about:blank
title
required
string
Example
Unauthorized
status
required
integer
Example
401
detail
string
nullable
Example
Authentication failed
instance
required
string format: uri-reference
Example
/api/v1/me
trace_id

Unique identifier for the API request (if available).

string
nullable
Example
b4f5aa7a-1470-4d92-8d3c-98e7c7de9f5f

The token does not belong to the authenticated user.

Standard RFC 9457 problem details envelope.

object
type
required

RFC 9457 compliant problem details response builder.

string format: uri
Example
about:blank
title
required
string
Example
Unauthorized
status
required
integer
Example
401
detail
string
nullable
Example
Authentication failed
instance
required
string format: uri-reference
Example
/api/v1/me
trace_id

Unique identifier for the API request (if available).

string
nullable
Example
b4f5aa7a-1470-4d92-8d3c-98e7c7de9f5f

Access token not found.

Standard RFC 9457 problem details envelope.

object
type
required

RFC 9457 compliant problem details response builder.

string format: uri
Example
about:blank
title
required
string
Example
Unauthorized
status
required
integer
Example
401
detail
string
nullable
Example
Authentication failed
instance
required
string format: uri-reference
Example
/api/v1/me
trace_id

Unique identifier for the API request (if available).

string
nullable
Example
b4f5aa7a-1470-4d92-8d3c-98e7c7de9f5f