v1
latestSwagger 2.02026-08-04232286653.5 KBTokens
Retrieve all active/expired API tokens for the logged in user.
get/users/tokens
Response
A successful response from this resource will contain json-encoded array of token details, excluding the secret key.
Example response
{
"items": [
{
"access_key": "Hm11C1coQZm2+Aihn9ofYg",
"alias": "token1",
"created_at": "2021-11-03T22:16:27Z",
"expires_at": "2021-12-03T19:58:34Z",
"last_used": "2021-11-03T22:22:55Z"
}
]
}