List subscriptions
GET/subscriptions
Retrieve a paginated list of subscriptions with filtering and search capabilities
Filters AND together on top of the role scope and the my_subscriptions toggle. Every filter is whole-list SQL, so pagination.total always describes the filtered list, not the page. Multi-select params are repeated (suppliers=1&suppliers=2); the [] alias is accepted, CSV is not. An unparseable value is a 400.
Request
Responses
- 200
- 400
- 401
- 403
- 429
- 500
Successfully retrieved subscriptions
Bad request - invalid parameters
Unauthorized
Forbidden - request denied by authorization, or blocked by the API firewall
Too many requests - rate limited by the API firewall; wait out the Retry-After delay before retrying
Response Headers
Retry-After
Delay in seconds a client must wait before retrying the request
Internal server error