Skip to main content
GET
List subscriptions

Headers

Fox-Secret
string
required

Project Secret Key

Example:

"secret_"

Query Parameters

limit
integer
default:20

Maximum number of items to return

Required range: 1 <= x <= 500
cursor
string

Cursor for pagination

filter[profile_id]
string
filter[psp]
string
filter[funnel_id]
string
filter[status]
enum<string>
Available options:
created,
trialing,
active,
paused,
cancelled,
expired,
unpaid
filter[email]
string
filter[updated_at.from]
string<date-time>

Filter by updated_at >= this value (RFC3339, e.g. 2024-11-01T00:00:00Z)

filter[updated_at.to]
string<date-time>

Filter by updated_at < this value (RFC3339, e.g. 2024-12-01T00:00:00Z)

Response

Subscriptions list

data
object[]
required
pagination
object
required