GET
/
api
/
end_users
/
{end_user_id_or_heron_id}
/
location
curl --request GET \
  --url https://app.herondata.io/api/end_users/{end_user_id_or_heron_id}/location \
  --header 'x-api-key: <api-key>'
{
  "company_physical_address": {
    "lat": 123,
    "lng": 123
  }
}

Authorizations

x-api-key
string
header
required

Path Parameters

end_user_id_or_heron_id
string
required

Response

200 - application/json
OK

The response is of type object.