post https://api.cmercury.com/api/contact/UpdateContactStatus
Use this API to update the status of a member record on a list.
Log in to see full request history
Responses
Use this API to update the status of a member record on a list.
xxxxxxxxxx
11curl --request POST \
--url https://api.cmercury.com/api/contact/UpdateContactStatus \
--header 'Content-Type: application/json' \
--header 'accept: application/json' \
--data '
{
"ListId": null,
"Email": "info@ilabs8.com",
"Status": "Bounced"
}
'
Try It!
to start a request and see the response here! Or choose an example: