Get information on the specified AccessToken.
Version: v4
Request Type: GET
Endpoint:
/v4/apiAccessTokens/<id> |
where:
Parameter | Description |
---|---|
<id> | The tokenId value for the access token |
Request URI - Example:
/v4/apiAccessTokens/0bc1d49f-5475-4c62-a0ba-6ad269389ada |
Request Body:
Empty.
Response Status Code - Success: 200 - OK
NOTE: If you receive a |
Response Body Example:
{ "tokenId": "0bc1d49f-5475-4c62-a0ba-6ad269389ada", "description": "new token", "expiredAt": "2020-01-15T20:58:28.175Z", "lastUsed": null, "createdAt": "2019-01-15T20:58:28.175Z" } |
Property | Description | |
---|---|---|
tokenId | Internal identifier for the token.
| |
description | User-friendly description for the access token | |
expiredAt | Timestamp for when the access token expires. A | |
lastUsed | Timestamp for when the access token was last used. A | |
createdAt | Timestamp for when the access token was created |