POST
/
seat-metrics

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-05-09

Body

application/json
seatType
string
required

E.g. admin_user. An immutable, unique value used to identify and refer to this seat type. It should be lower snakecase

description
string

Optional description for this seat metric.

label
string
required

Friendly, customer-facing name for this seat metric.

Response

201 - application/json
id
string
required

Unique ID for this seat metric.

seatType
string
required

Immutable, unique value used to identify and refer to this seat type when submitting events.

createdBy
string

The ID of the Sequence user who created this seat metric.

label
string
required

Friendly, customer-facing name for this seat metric.

description
string

Optional description for this seat metric.

createdAt
string
required

The time at which this seat metric was created. Formatted as an ISO 8601 timestamp.

updatedAt
string
required

The time at which this seat metric was updated. Formatted as an ISO 8601 timestamp.