post https://api.cmercury.com/api/contact/FetchContactReportApIBasedonDate
Use this API to fetch the email address to which the trigger was sent using the unique identifier.
Log in to see full request history
Responses
Use this API to fetch the email address to which the trigger was sent using the unique identifier.
xxxxxxxxxx
12curl --request POST \
--url https://api.cmercury.com/api/contact/FetchContactReportApIBasedonDate \
--header 'Content-Type: application/json' \
--header 'accept: application/json' \
--data '
{
"UniqueIdentifier": null,
"ListId": null,
"Fromdate": "2018-09-01 01:00:00.000",
"Todate": "2018-09-30 00:00:00.000"
}
'
Try It!
to start a request and see the response here! Or choose an example: