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

Changes

No recorded changes to this endpoint across all 5 revisions of this API.