curl --request GET \
--url http://127.0.0.1:3333/v3/users/api-tokens \
--header 'Authorization: Bearer <token>'{
"tokens": [
{
"id": "<string>",
"name": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"tokenPrefix": "<string>",
"lastUsedAt": "2023-11-07T05:31:56Z",
"expiresAt": "2023-11-07T05:31:56Z",
"revokedAt": "2023-11-07T05:31:56Z"
}
]
}List active API Tokens.
curl --request GET \
--url http://127.0.0.1:3333/v3/users/api-tokens \
--header 'Authorization: Bearer <token>'{
"tokens": [
{
"id": "<string>",
"name": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"tokenPrefix": "<string>",
"lastUsedAt": "2023-11-07T05:31:56Z",
"expiresAt": "2023-11-07T05:31:56Z",
"revokedAt": "2023-11-07T05:31:56Z"
}
]
}