Entity description
A token granted to an operator to connect to the product. The operator can request a token to act as himself or to act on behalf of a business staff member.
Properties
Name | Description | Type | Example |
---|---|---|---|
uid | The unique identifier (UID) of the BusinessRole | string | "d290f1ee-6c54-4b01-90e6-d701748f0851" |
created_at | Date the BusinessRole was created | string | "2024-07-20T14:00:00.000Z" |
expire_at | Date that the token expires | string | "2024-07-29T14:00:00.000Z" |
acting_as_uid | Actor unique ID. Either operator UID when acting as the operator, or staff UID when acting on behalf of a staff member | string | "bc33f12d98ee" |
acting_as | The type of the actor: operator (acting as the operator) or staff (acting on behalf of a staff member) | string (enum) | "staff" |
jwt_token | The token issued for the operator | string | "eyJhbGcinb5d4SUzUxMiJ9..." |