Skip to main content

List subscriptions

GET 

/subscriptions/subscriptions

Retrieves a list of all subscriptions.

Filtering

This endpoint supports filtering. For the general syntax, see Filtering.

The following attributes and operators are supported.

OperatorAttributeDescription
eqaccount_id, name, email, external_refEquals. Checks if the values of two operands are equal. If they are, the condition is true.

Including Resources

You can use the include parameter to include the following resources with this endpoint.

ResourceRequiredDescription
plans, productsOptionalRetrieves all plans and products associated with a subscription.
productsOptionalRetrieves all products associated with a subscription.
plansOptionalRetrieves all plans associated with a subscription.

See Characteristics of Include Parameter.

Request

Responses

Success. A list of subscriptions is returned.