Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
Maximum number of seat schedule entries to return. Defaults to 10. Required range: 1 <= x <= 10.
Cursor for pagination. Use the value from the next_page
field of the previous response to retrieve the next page of results.
Get the seats history segment for the covering date. Cannot be used with starting_at
or ending_before
.
Include seats history segments that are active at or after this timestamp. Use with ending_before
to get a specific time range. If not set, there's no lower bound.
Include seats history segments that are active at or before this timestamp. Use with starting_at
to get a specific time range. If not set, there's no upper bound.