Run in Apidog
Request Add parameter in header cmr-x-api-key
Example: cmr-x-api-key: ********************
or
Body Params application/json
{
"autoRenew" : true ,
"subscriptionId" : "string"
} Request Code Samples
curl --location --request POST 'https://customers.coldmailreseller.com/api/v1/integration/subscriptions/toggle-autorenewal' \
--header 'cmr-x-api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"autoRenew": true,
"subscriptionId": "string"
}' Responses application/json Generate Code
{
"status" : 200 ,
"message" : "Auto-renewal has been disabled. Your subscription remains active until the end of the current period." ,
"data" : {
"autoRenewal" : false
}
}
Modified at 2025-11-22 08:24:27