cURL
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>", "email": "<string>", "created_at": "2023-11-07T05:31:56Z", "preview": true }, "product": { "id": "<string>", "name": "<string>", "status": "active" } } ], "pagination": { "total": 123, "has_more": true } }
Project Secret Key
"secret_"
Maximum number of items to return
1 <= x <= 100
Cursor for pagination
created
trialing
active
paused
cancelled
expired
unpaid
Subscriptions list
The response is of type object.
object
Was this page helpful?