Note: Requires sufficient wallet balance. Subscriptions are renewed at the start of their next billing period.
curl --location 'https://customers.coldmailreseller.com/api/v1/integration/subscriptions/renew-subscriptions' \
--header 'cmr-x-api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"subscriptionIds": [
"sub_V2M9KP3XAQZL",
"sub_K9JH3MPZLQR"
]
}'{
"status": 200,
"message": "Subscriptions added for renewal. Please ensure you have enough balance to renew the subscriptions.",
"data": null,
"actionId": "ACT_7a078272-0fa7-4db4-a85b-c78697dacea1"
}