API Tokens
Get API token
Returns details for a specific API token.
GET
Get API token
Path Parameters
Unique identifier of the API token.
Response
API token response structure.
API token response structure.
Whether this token is the one the current request authenticated with.
Lets a client single out the active session in the list. Defaults to
false; the listing handler sets it for the matching token.
Human-readable display name for the API token.
Unique identifier for the token.
Timestamp of token creation.
Type of token (web, api, etc.).
Allowed value:
"web"Timestamp when the token expires (None = never expires).
Timestamp of most recent token activity.
Get API token
