Lists all recurrent subscriptions.
Notice
This API call does not contain the project_id
path-parameter, so you need to use the API key that is valid in all the company’s projects to set up authorization.
OK.
[- {
- "id": 45,
- "status": "canceled",
- "user": {
- "id": "User1",
- "name": "John Smith"
}, - "charge_amount": 0.03,
- "currency": "USD",
- "date_create": "2013-09-05T15:27:47+0400",
- "date_end": "2014-02006T11:32:48+0400",
- "date_last_charge": null,
- "date_next_charge": null,
- "plan": {
- "id": 12345,
- "project_id": 12345
}, - "product": {
- "id": null
}
}
]