post https://api.cmercury.com/api/list/UpdateMailingList
Use this API to update an existing mailing list.
Log in to see full request history
Responses
Use this API to update an existing mailing list.
xxxxxxxxxx
12curl --request POST \
--url https://api.cmercury.com/api/list/UpdateMailingList \
--header 'Content-Type: application/json' \
--header 'accept: application/json' \
--data '
{
"ListId": null,
"ListName": "ListName",
"SenderName": "Sender_Name",
"FromEmailAddress": "Email_Address"
}
'
xxxxxxxxxx
{}