location_count — the number of active routes belonging to that geo location.searchKeyword performs a case-insensitive ILIKE match on location_namesort_by accepts: location_name, location_created, location_modified, location_countsort_order accepts: asc (default), desccurl --location 'https://platform-api.convirza.com/v3/geo-locations?sort_by=&sort_order=&searchKeyword=&limit=&page=&org_unit_id=' \
--header 'Authorization: Bearer <token>'{
"data": [
{
"location_id": 1,
"location_name": "New York Office",
"location_created": "2024-01-15T10:00:00Z",
"location_modified": "2024-06-01T09:30:00Z",
"location_count": "3"
}
],
"total": 1
}