countOrgSites
GET https://{{host}}/api/v1/orgs/:org_id/sites/count
Query Parameters
Parameter | Type | Description |
---|---|---|
distinct | string | all supported filters, default is id |
RESPONSES
status: OK
{"results":[{"country_code":"US","count":15},{"country_code":"IN","count":2},{"country_code":"SE","count":1}],"distinct":"country_code","limit":10,"total":3}