Property | Type | Description | Example |
---|---|---|---|
|
| Name of the token as it appears in Platform UI. |
|
|
| Brief description of token's purpose, visible in UI. |
|
|
| Expiry date of the token. |
|
|
| The value indicates if the tokens is |
|
|
| Unique identifier for the |
|
|
| Creation date for the token. |
|
|
| Date when the token was last updated. |
|
Example
{
"agent_token_name": "main token",
"agent_token_description": "short description of the token purpose",
"agent_token_valid_until": "2022-06-20T15:35:43.300Z",
"agent_token_status": true,
"agent_token_id": 123,
"agent_token_created_at": "2022-06-20T15:35:43.300Z",
"agent_token_updated_at": "2022-06-20T15:35:43.300Z"
}