Was this helpful?
Search for locations, groups, and devices that match a query, regardless of whether an providers are active.
/network/find-locations
curl -L \ --request POST \ --url 'https://api.bringyour.com/network/find-locations' \ --header 'Content-Type: application/json'
{ "specs": [ { "location_id": "text", "location_group_id": "text", "client_id": "text", "best_available": true } ], "groups": [ { "location_group_id": "text", "name": "text", "provider_count": 1, "promoted": true, "match_distance": 1 } ], "locations": [ { "location_id": "text", "location_type": "city", "name": "text", "city": "text", "city_location_id": "text", "region": "text", "region_location_id": "text", "country": "text", "country_location_id": "text", "country_code": "text", "provider_count": 1, "match_distance": 1 } ], "devices": [ { "client_id": "text", "device_name": "text" } ] }