GET
/
all-customer-services
curl --request GET \
  --url https://api.altostrat.io/content/all-customer-services \
  --header 'Authorization: Bearer <token>'
{
  "customer-uuid-1": {
    "dns_subscription_id": 5,
    "dnr_subscription_id": 3
  },
  "customer-uuid-2": {
    "dns_subscription_id": 10,
    "dnr_subscription_id": 10
  }
}

Authorizations

Authorization
string
header
required

Enter the Bearer token (obtained via authentication or provided internally).

Response

200
application/json

Map of customer UUIDs to their service counts.

A map where keys are customer UUIDs and values are objects containing service counts.