Search Agencies By Coordinates
Scope: | search_agencies_by_geo |
App Type: | All |
Authorization Type: | No authorization required |
Url: | v3/geo/search/agencies?lang={lang} |
HTTP Method: | POST |
Request Information
Parameters
application/json
{ "longitude": 1.1, "latitude": 2.1 }
Response Information
application/json
{ "agencies": [ { "name": "sample string 1", "serviceProviderCode": "sample string 2", "enabled": true, "display": "sample string 4", "hostedACA": true, "iconName": "sample string 6" } ] }