Mileage Locations
Query locations
Query favorite locations for the authenticated user
post/v6/mileage/locations/query
Request body
Response
Success
Example response
{
"data": [
{
"id": "loc_28868401",
"name": "Home Office",
"status": "ACTIVE",
"lat": "38.8977",
"lng": "-77.0365",
"address": {
"countryCode": "USA"
},
"customData": {
"internal_key": "some_internal_key",
"some_other_field": 23434
}
}
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.