Skip to content

List personal access tokens

GET
/users/personalAccessTokens

List personal access tokens of the user

Authorizations

ApiKeyAuth
TypeAPI Key (header: Authorization)

Parameters

Query Parameters

_limit

Limit for pagination, default 10, max 100

Typeinteger
_page

Page for pagination

Typeinteger

Responses

OK
application/json
JSON
{
"limit": 0,
"page": 0,
"tokens": [
{
"created": "string",
"description": "string",
"expiresAt": "string",
"id": 0,
"ttl": 0
}
],
"total": 0
}

Samples