Properties

PropertyTypeDescriptionExample
access_token_namestringName of the token as it appears in Platform UI."main token"
access_token_descriptionstringBrief description of token's purpose, visible in UI."short description of the token purpose"
access_token_expirationstring formatted as
(ISO 8601 date and time)
Expiry date of the token."2022-06-20T15:35:43.300Z"
access_token_idstringUnique 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"
    }