Returns all access tokens for the current user that are neither expired, nor invalidated.
Success
Bad Request
Unauthorized
Server Error
{- "previousCursor": "string",
- "nextCursor": "string",
- "nextOffset": 0,
- "pageSize": 0,
- "count": 0,
- "totalCount": 0,
- "items": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "lastUserAgent": "string",
- "lastIpAddress": "string",
- "lastUsed": "2019-08-24T14:15:22.0000000Z",
- "isCurrent": true,
- "expiresAt": "2019-08-24T14:15:22.0000000Z"
}
], - "sortedBy": "Id",
- "sortDirection": "Asc",
- "sort": {
- "Id": "Asc"
}
}