curl --request GET \
--url https://dev.seqhq.io/api/seat-events/{id} \
--header 'Authorization: <authorization>'{
"id": "0184421a-8202-70ea-a729-30308a40bbf7",
"customerEventId": "event-id-H4twuTWpYx1rkd8OMTki2hTUcZ",
"customerAlias": "customer-id-2H4u5BBwBWsS5V2sroRFqJfTXpW",
"seatType": "admin",
"sequenceAccountId": "0184421e-a9cc-711b-af93-bf0511d4d833",
"eventTimestamp": "2022-10-01T00:00:00Z",
"total": 1
}Retrieve a seat event by its ID
curl --request GET \
--url https://dev.seqhq.io/api/seat-events/{id} \
--header 'Authorization: <authorization>'{
"id": "0184421a-8202-70ea-a729-30308a40bbf7",
"customerEventId": "event-id-H4twuTWpYx1rkd8OMTki2hTUcZ",
"customerAlias": "customer-id-2H4u5BBwBWsS5V2sroRFqJfTXpW",
"seatType": "admin",
"sequenceAccountId": "0184421e-a9cc-711b-af93-bf0511d4d833",
"eventTimestamp": "2022-10-01T00:00:00Z",
"total": 1
}Your API credentials. Eg. Basic {credentials}.
Use this header to select an API version
2024-07-30 Unique ID for this seat event
OK
Unique ID for this seat event.
"0184421a-8202-70ea-a729-30308a40bbf7"
Unique ID provided by you. Another event with the same customer event ID will supersede this one. This ID usually corresponds to the event ID you use internally.
"event-id-H4twuTWpYx1rkd8OMTki2hTUcZ"
End-customer alias or ID. This is a unique value provided by you and is an identifier to your customer who consumed the seats.
"customer-id-2H4u5BBwBWsS5V2sroRFqJfTXpW"
Seat type. This can be referenced from a seat metric.
"admin"
Unique Sequence account ID.
"0184421e-a9cc-711b-af93-bf0511d4d833"
Event timestamp, in ISO 8601 format.
"2022-10-01T00:00:00Z"
Total seats consumed for this seat type.
1