Create Contact
Creates a new contact with basic information and consent settings. Requires either email or phone number.
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
anyOptional
anyOptional
Responses
201
Contact created
application/json
idstring · uuidOptional
first_namestring · nullableOptional
last_namestring · nullableOptional
emailstring · email · nullableOptional
phone_numberstring · nullableOptional
date_of_birthstring · date · nullableOptional
email_consentbooleanOptionalDefault:
falsesms_consentbooleanOptionalDefault:
falsewhatsapp_consentbooleanOptionalDefault:
falsecreated_atstring · date-timeOptional
updated_atstring · date-timeOptional
422
Validation error
application/json
post
/contactsLast updated