Locations
The Found Hero API allows you to programmatically manage your locations. A location can be a hotel, airport, airline, amusement park, shopping mall, zoo, event, etc.
Found Hero currently supports the following location types:
Value | Description |
airline | Airline |
airport | Airport |
amusement-park | Amusement Park |
event | Event/Festival |
city-government | City & Government |
golf-course | Golf Course |
hospital | Hospital |
hotel | Hotel/Resort (Default) |
transportation | Public Transportation |
restaurant | Restaurant |
shopping-mall | Shopping Mall |
zoo | Zoo/Animal Park/Aquarium |
other | None of the above |
post
https://api.joinfoundhero.com
/v1/locations
Create a location
get
https://api.joinfoundhero.com
/v1/locations/:id
Retrieve a location
put
https://api.joinfoundhero.com
/v1/locations/:id
Update a location
get
https://api.joinfoundhero.com
/v1/locations?term=four&limit=10&page=1
Retrieve all locations
delete
https://api.joinfoundhero.com
/v1/locations/:id
Delete a location
Be careful while deleting a location. It will also immediately delete all active and shipped lost items associated with this location.
post
https://api.joinfoundhero.com
/v1/locations/:id/upload-logo
Upload a logo
Last modified 3yr ago