EmergencyClientToken

EmergencyClientToken
EmergencyClientToken

Represents an emergency client access token summary

JSON Example
{
    "_links": {
        "self": {
            "href": "https://example.com/path-to-self"
        }
    },
    "token_id": "99c8e285-f413-4cbc-ad07-32a63683f4f5",
    "access_token_ttl": 30,
    "expiration_date": "2025-03-28T18:11:11.282Z",
    "created_date": "2025-03-28T18:11:11.282Z",
    "token_status": "ACTIVE",
    "client_id": "emergency client 1",
    "client_uuid": "e0bb6c88-2c3b-4f4f-87c9-5ecb7be9a7f9",
    "client_display_name": "emergency client 1 display name",
    "client_description": "emergency client 1 description"
}
object
_links
Optional

The resource HATEOAS links. Usually includes a "self" link for this resource

string
token_id
Optional

Unique ID of the emergency client access token

integer As int32 As int32
access_token_ttl
Optional

Access token time-to-live in minutes

string As date-time As date-time
expiration_date
Optional

Expiration date of the token in ISO format

string As date-time As date-time
created_date
Optional

Token creation date

string
token_status
Optional

Current status of the token

Possible values are : ACTIVE, EXPIRED,
string
client_id
Optional

Client ID that owns the token

string
client_uuid
Optional

Unique UUID of the emergency client

string
client_display_name
Optional

Display name of the client

string
client_description
Optional

Optional description for the client