Contacts
Create a contact
Add a contact to your audience.
post/v1/contacts/create
Request body
Example request
{
"mailingLists": {
"cm06f5v0e45nf0ml5754o9cix": true,
"cm16k73gq014h0mmj5b6jdi9r": false
}
}Response
Successful create.
Example response
{
"success": true
}