latestOpenAPI 3.1.02026-08-1824413243.2 KB

9f7a7c91278c

Events

Add travelers to an event

Add the list of travelers to be invited to the event.

post/v2/events/{eventId}/travelers/add

Request body

type'GENERIC' | 'PROGRAM' | 'PROGRAM_SESSION' | 'PROGRAM_TRIP'

Type of an event

Example request

{
  "type": "GENERIC"
}

Response

OK