Skip to main content
GET
List events

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

startDate[gte]
string<date>

Minimum start date filter (inclusive) in YYYY-MM-DD format

startDate[lte]
string<date>

Maximum start date filter (inclusive) in YYYY-MM-DD format

lastModified[gte]
string<date-time>

Minimum last modified timestamp filter (inclusive) in ISO 8601 format

lastModified[lte]
string<date-time>

Maximum last modified timestamp filter (inclusive) in ISO 8601 format

pageSize
integer

Maximum number of results to return (1-200, default 10)

Required range: 1 <= x <= 200
cursor[before]
string

Cursor to paginate through results before a given value

cursor[after]
string

Cursor to paginate through results after a given value

countryCode
string

(Optional) ISO-2 country code If supplied, it will be used to return a region specific checkout link. Defaults to "gb".

Response

Default Response

A page of marketplace event occurrences.

events
EventOccurrence · object[]
required
page
object
required