POST
/
seat-events
curl --request POST \
  --url https://eu.sequencehq.com/api/seat-events \
  --header 'Authorization: <authorization>' \
  --header 'Content-Type: application/json' \
  --data '{
  "customerEventId": "event-id-H4twuTWpYx1rkd8OMTki2hTUcZ",
  "customerAlias": "customer-id-2H4u5BBwBWsS5V2sroRFqJfTXpW",
  "seatType": "admin",
  "eventTimestamp": "2022-10-01T00:00:00Z",
  "total": 1
}'
{
  "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
}

Headers

Authorization
string
required

Your API credentials. Eg. Basic {credentials}.

Sequence-Version
enum<string>

Use this header to select an API version

Available options:
2024-07-30

Body

application/json
customerAlias
string
required

End-customer alias or ID.

Example:

"customer-id-2H4u5BBwBWsS5V2sroRFqJfTXpW"

seatType
string
required

Seat type. This can be referenced from a seat metric.

Example:

"admin"

eventTimestamp
string
required

Event timestamp, in ISO 8601 format.

Example:

"2022-10-01T00:00:00Z"

total
integer
required

Total seats consumed for this seat type.

Example:

1

customerEventId
string

Unique ID provided by customer. Another event with the same customer event ID will supersede this one.

Example:

"event-id-H4twuTWpYx1rkd8OMTki2hTUcZ"

Response

201
application/json
Created
id
string
required

Unique ID for this seat event.

Example:

"0184421a-8202-70ea-a729-30308a40bbf7"

customerEventId
string
required

Unique ID provided by customer. Another event with the same customer event ID will supersede this one.

Example:

"event-id-H4twuTWpYx1rkd8OMTki2hTUcZ"

customerAlias
string
required

End-customer alias or ID.

Example:

"customer-id-2H4u5BBwBWsS5V2sroRFqJfTXpW"

seatType
string
required

Seat type. This can be referenced from a seat metric.

Example:

"admin"

sequenceAccountId
string
required

Unique Sequence account ID.

Example:

"0184421e-a9cc-711b-af93-bf0511d4d833"

eventTimestamp
string
required

Event timestamp, in ISO 8601 format.

Example:

"2022-10-01T00:00:00Z"

total
integer
required

Total seats consumed for this seat type.

Example:

1