This endpoint will receive a location hash and return that location. It will be on the endpoint /location/{location_hash}
Request Code Samples
curl --location 'https://mock.apidog.com/m1/460771-0-default/location/'
Responses
application/json
{
"hash": "19686d84-b10d-4f90-b18e-84fd3fa038fd",
"name": "string",
"display_name": "string",
"address": {},
"centroid": {
"long": 0,
"lat": 0
},
"bounding_box": [
{
"long": 0,
"lat": 0
}
],
"type": "place",
"meta": {
"key": "string"
}
}
Modified at 2024-02-12 13:17:59