Contacts

Contacts management

Create or update a contact

post

Creates or updates a contact using a client-owned identifier. The contact.id field is mandatory and represents the identifier used by the client system. Optional fields (email, phone, language, name, etc.) will update the existing contact if provided. Additional properties are treated as 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
Responses
chevron-right
201

Contact created

application/json
post
/v1/populations/{populationId}/contacts

Last updated