Events
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
Responses
201
Event stored
application/json
okbooleanRequiredExample:
Indicates whether the request succeeded.
truestatusintegerRequiredExample:
Application-level status code returned by the API.
201statusTextstringRequiredExample:
Application-level status text returned by the API.
Createdbodyany · nullableOptional
Optional response body. Null when no structured body is returned.
rawstringRequiredExample:
Raw response value returned by the API.
6yC9g6vFzUmFBwjeeulYnQ400
Validation error
application/json
401
Invalid or missing API key
application/json
429
Too many requests
application/json
500
Internal server error
application/json
post
/v1/events/send/{populationId}Last updated