get https://app.pennylane.com/api/external/v1/billing_subscriptions
This endpoint returns a list of subscriptions.
Log in to see full request history
Responses
This endpoint returns a list of subscriptions.
xxxxxxxxxx
curl --request GET \
--url https://app.pennylane.com/api/external/v1/billing_subscriptions \
--header 'accept: application/json'
xxxxxxxxxx
115}
{
"totalPages": 5,
"currentPage": 1,
"billing_subscriptions": [
{
"id": 0,
"next_occurrence": "string",
"prev_occurrence": "string",
"stopped_at": "2023-08-30T10:08:08.146343Z",
"start": "2023-01-01",
"finish": "2023-12-31",
"status": "string",
"mode": "string",
"email_settings": {},
"activated_at": "2023-08-30T10:08:08.146343Z",
"payment_method": "string",
"recurring_rule": {
"day_of_month": [
0
],
"week_start": 0,
"day": [
0
],
"rule_type": "weekly",