v1

latestOpenAPI 3.1.02026-08-0624411242.2 KB
Events

Send invite

Send event invites to the travelers via email. The invites can be sent to all travelers using a single API call, or you can send invites to specific travelers.

post/v2/events/{eventId}/invite/send

Request body

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

Type of an event

Example request

{
  "type": "GENERIC"
}

Response

OK