Properties
Property | Type | Description | Example |
---|---|---|---|
access_token_name | string | Name of the token as it appears in Platform UI. | "main token" |
access_token_description | string | Brief description of token's purpose, visible in UI. | "short description of the token purpose" |
access_token_expiration | string formatted as(ISO 8601 date and time) | Expiry date of the token. | "2022-06-20T15:35:43.300Z" |
access_token_id | string | Unique identifier for the agent token . | "dfa23123fs" |
Example
{
"access_token_name": "main token",
"access_token_expiration": "2022-06-20T15:35:43.300Z",
"access_token_description": "short description of the token purpose",
"access_token_id": "dfa23123fs"
}