GET
/
subscriptions

Guide to Query Params

The GET /subscriptions endpoint returns both legacy and 2.0 subscriptions when called without any parameters. The endpoint supports the following query parameters:

  • The version query parameter allows you to filter subscriptions by version. The possible versions are v1 and v2.

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

X-Sellix-Merchant
string

The name of the store to perform actions on via the API

Query Parameters

page
integer

If pagination is desired, the page to fetch of the response

version
enum<string>

Specify the type(s) of subscriptions to be returned

Available options:
v1,
v2

Response

200 - application/json
status
integer
data
object
message
string
log
object
error
string
env
string