curl --request GET \
--url https://api.funnelfox.io/public/v1/subscriptions \
--header 'Fox-Secret: <fox-secret>'{
"data": [
{
"id": "<string>",
"psp_id": "<string>",
"status": "created",
"renews": true,
"sandbox": true,
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"billing_interval": "day",
"billing_interval_count": 123,
"price": 100,
"currency": "<string>",
"price_usd": 100,
"funnel_version": 123,
"payment_provider": "stripe",
"period_starts_at": "2023-11-07T05:31:56Z",
"period_ends_at": "2023-11-07T05:31:56Z",
"profile": {
"id": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"email": "<string>",
"preview": true
},
"product": {
"id": "<string>",
"name": "<string>",
"status": "active"
}
}
],
"pagination": {
"has_more": true,
"total": 123,
"next_cursor": "<string>"
}
}curl --request GET \
--url https://api.funnelfox.io/public/v1/subscriptions \
--header 'Fox-Secret: <fox-secret>'{
"data": [
{
"id": "<string>",
"psp_id": "<string>",
"status": "created",
"renews": true,
"sandbox": true,
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"billing_interval": "day",
"billing_interval_count": 123,
"price": 100,
"currency": "<string>",
"price_usd": 100,
"funnel_version": 123,
"payment_provider": "stripe",
"period_starts_at": "2023-11-07T05:31:56Z",
"period_ends_at": "2023-11-07T05:31:56Z",
"profile": {
"id": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"email": "<string>",
"preview": true
},
"product": {
"id": "<string>",
"name": "<string>",
"status": "active"
}
}
],
"pagination": {
"has_more": true,
"total": 123,
"next_cursor": "<string>"
}
}Project Secret Key
"secret_"
Maximum number of items to return
1 <= x <= 500Cursor for pagination
created, trialing, active, paused, cancelled, expired, unpaid Subscriptions list
Show child attributes
created, trialing, active, paused, cancelled, expired, unpaid day, week, month, year Monetary amount in cents (e.g., $1.00 = 100 cents)
100
Monetary amount in cents (e.g., $1.00 = 100 cents)
100
stripe, paddle, paypal, braintree, solidgate Was this page helpful?