Events

Events ingestion

Send an event

post

Sends an event associated with a contact. The request must include contact.id, which is the client-owned contact identifier. Optional contact fields may be provided to enrich or update the contact data. The event requires a type and may optionally include occurredAt. Additional properties at the root level are treated as event dynamic fields.

Authorizations
X-API-KeystringRequired

API key (UUID)

Path parameters
populationIdstring · uuidRequired

Population identifier (UUID)

Header parameters
X-Request-Idstring · uuidOptional

Optional request correlation ID

Body
typestringRequired

Event type identifier

occurredAtstring · date-timeOptional
Other propertiesstring · max: 255Optional
Responses
post
/v1/sendEvent/{populationId}

Last updated