Contacts

GetContactByEmailV1

get

Get a contact by email from public api

Path parameters
emailstringRequired

the email

Responses
chevron-right
200

success

application/json
httpStatusintegerOptional
messagestringOptional
get
/v1/contacts/{email}
200

success

DeleteContactByEmailV1

delete

Delete a contact by email from public api

Path parameters
emailstringRequired

the email

Query parameters
gdprbooleanOptional

whether to delete the recipient if gdpr is true

Responses
chevron-right
200

success

application/json
databooleanOptional

If success data is populated otherwise it's empty

httpStatusintegerOptional
messagestringOptional
delete
/v1/contacts/{email}
200

success

BatchUpsertContactsV1

post

Batch upsert contacts from public api

Body
Responses
chevron-right
200

success

application/json
databooleanOptional

If success data is populated otherwise it's empty

httpStatusintegerOptional
messagestringOptional
post
/v1/contacts/batch
200

success

Last updated