List subscriptions
GET/clients/subscriptions
JSON-RPC
clients.subscriptions.search
Status vs Condition
Subscription status
represents current state of the subscription.
It is calculated according to package condition
, start_dt
and
stop_dt
of the package, and status of the last period.
Possible values:
active
– subscription is activated and there is an active period at the current moment.pending
– subscription is not activated or doesn't have an active period at the current moment, but still not deactivated.archive
– subscription is deactivated,stop_dt
of the package has passed orrenew_due
is already in the past.
Request​
Responses​
- 200
- 400
- 401
- 404
- 422
- 500
List of subscription objects.
The request contains invalid arguments or is malformed
Access is not authorized
Requested object was not found
A logical error occurred, making the request unprocessable
An unexpected error occurred