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
}
}
Get the company physical address coordinates
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
}
}
OK
The response is of type object
.
Was this page helpful?