cURL
curl --request POST \ --url https://api.peere.network/v1/recurring/{scheduleId}/resume \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "reason": "<string>" } '
{ "statusCode": 200, "success": true, "message": "Recurring schedule resumed successfully", "data": { "scheduleId": "<string>", "status": "active", "resumedAt": "2023-11-07T05:31:56Z", "nextBillingDate": "2023-11-07T05:31:56Z" } }
Resume a paused recurring billing schedule.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Recurring schedule resumed successfully
200
true
"Recurring schedule resumed successfully"
Show child attributes