cURL
curl --request GET \ --url https://api.peere.network/v1/recurring \ --header 'Authorization: Bearer <token>'
{ "statusCode": 200, "success": true, "data": { "schedules": [ { "scheduleId": "<string>", "customerId": "<string>", "amount": 123, "currency": "<string>", "frequency": "<string>", "status": "<string>", "nextBillingDate": "2023-11-07T05:31:56Z" } ], "total": 123 } }
Get multiple recurring billing schedules with filters.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
active
paused
cancelled
Recurring schedules retrieved successfully
200
true
Show child attributes