v1
latestOpenAPI 3.1.02026-08-0624411242.2 KBEvents
List events
List all the events that match the specified criteria in the request.
post/v2/events/list
Request body
Example request
{
"listEventType": "UPCOMING",
"filters": [
{
"eventStatusFilter": [
"DRAFT"
]
}
],
"travelerFilters": [
{
"searchTerm": "name"
}
],
"listByTravelerEvents": true,
"offset": 2,
"limit": 2,
"sortOptions": [
{
"sortOrder": "DESC"
}
]
}Response
OK