curl --request POST \
--url https://api.malga.io/v1/subscriptions/{id}/resume \
--header 'X-Api-Key: <api-key>' \
--header 'X-Client-Id: <api-key>'
{
"id": "c7e9f0a3-b0b2-4c56-b918-79e31ed5a4f1",
"status": "active",
"message": "Assinatura retomada com sucesso",
"updatedAt": "2025-07-31T15:00:00Z"
}
curl --request POST \
--url https://api.malga.io/v1/subscriptions/{id}/resume \
--header 'X-Api-Key: <api-key>' \
--header 'X-Client-Id: <api-key>'
{
"id": "c7e9f0a3-b0b2-4c56-b918-79e31ed5a4f1",
"status": "active",
"message": "Assinatura retomada com sucesso",
"updatedAt": "2025-07-31T15:00:00Z"
}
id da assinatura que deseja reativar
Success
The response is of type object
.
Was this page helpful?