ReferenceV1
List Access Tokens
List access tokens for the current user.
Query Parameters
tokenType?|
includeRevoked?boolean
Default
falselimit?integer
Default
50Range
1 <= value <= 200cursor?|
Header Parameters
authorization?|
X-API-Key?|
Cookie Parameters
vai_token?|
Response Body
application/json
application/json
curl -X GET "https://loading/api/v1/access-tokens"{
"items": [
{
"createdAt": "2019-08-24T14:15:22Z",
"expiresAt": "2019-08-24T14:15:22Z",
"id": "string",
"lastUsedAt": "2019-08-24T14:15:22Z",
"name": "string",
"revokedAt": "2019-08-24T14:15:22Z",
"tokenPrefix": "string",
"tokenType": "session"
}
],
"nextCursor": "string"
}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}