Skip to main content

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 or renew_due is already in the past.

Request​

Responses​

List of subscription objects.