Returns the list of subscriptions, optionally filtered by customer or by thing.
This endpoint belongs to the legacy subscription model, where each subscription binds a single thing or customer to a service-level. New integrations should rely on the SubscriptionSet-based API.
Required permissions: READ_SUBSCRIPTION.
The name of the tenant (e.g. acme).
Condition on customer id.
Condition on thing id.
Successful operation.
The subscription object identifier.
The customer identifier.
The thing identifier.
The timestamp this subscription has been activated.
The timestamp indicating how long the subscription is valid.
The identifier of the subscribed service-level in case of type equal to THING_SERVICE_LEVEL or CUSTOMER_SERVICE_LEVEL.
The identifier of the subscribed service in case of type equal to THING_SERVICE, or CUSTOMER_SERVICE.
The subscription status.
The flag indicating whether the free period has already been used.
The subscription type (THING_SERVICE_LEVEL, CUSTOMER_SERVICE_LEVEL, THING_SERVICE, CUSTOMER_SERVICE).
The identifier of the Stripe subscription associated with this Subscription for automatic payment.
User not authenticated.
The error response.
User not authorized.
The error response.
Resource was not found.
The error response.
API call rate limit exceeded.
The error response.
Internal server error.
The error response.