Skip to content

Get Location Statistics

GET
/v1/groups/statistics/locations
curl --request GET \
--url https://example.com/api/v1/groups/statistics/locations \
--header 'Authorization: <Authorization>'

OK

Media type application/json
Array<object>
object
id
string
name
string
total
number
Example generated
[
{
"id": "example",
"name": "example",
"total": 1
}
]