Retrieves a list of site IDs for the authenticated customer that have the DNS filtering service enabled.
cURL
curl --request GET \ --url https://api.altostrat.io/content/service-counts \ --header 'Authorization: Bearer <token>'
[ { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "site_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a" } ]
Enter the Bearer token (obtained via authentication or provided internally).
List of sites with DNS service.
The response is of type object[].
object[]
Was this page helpful?