Get all subscriptions filtered by customer.
GET /v1/clients/{clientId}/subscriptions
BUSINESS_ERROR
TECHNICAL_ERROR
BUSINESS_ERROR
TECHNICAL_ERROR
BUSINESS_ERROR
TECHNICAL_ERROR
BUSINESS_ERROR
TECHNICAL_ERROR
BUSINESS_ERROR
TECHNICAL_ERROR
BUSINESS_ERROR
TECHNICAL_ERROR
null
[
{
"id": "subscription-id-1",
"product": {
"id": "subscription-product-id-1",
"description": "Go Free 8GB"
},
"_links": [
{
"method": "GET",
"href": "https://api-dev.horizonafs.io/subscription/v1/clients/1234/subscriptions/subscription-id-1",
"rel": "self"
},
{
"method": "GET",
"href": "https://api.horizonafs.io/subscription/v1/clients/1234/subscription-products/subscription-product-id-1",
"rel": "subscription-product"
}
]
}
]
null
{
"type": "https://developer.horizonafs.io/errors/resource-not-found",
"category": "BUSINESS_ERROR",
"title": "Resource not found",
"message": "Resource not found"
}