v5

latestSwagger 2.0MIT2026-08-03485217850.7 KB
user

List the authenticated user's access tokens

get/users/{username}/tokens

Path parameters

usernamestring required

username of to user whose access tokens are to be listed

Query parameters

pageinteger

page number of results to return (1-based)

limitinteger

page size of results

Response

AccessTokenList represents a list of API access token.

created_atstring date-time

The timestamp when the token was created

idinteger

The unique identifier of the access token

last_used_atstring date-time

The timestamp when the token was last used

namestring

The name of the access token

scopesstring[]

The scopes granted to this access token

sha1string

The SHA1 hash of the access token

token_last_eightstring

The last eight characters of the token