Links

Lost Items

You can use the Found Hero API to create, update, list, and remove lost items.

Packaging Boxes

Found Hero currently supports the following packaging boxes. You should pass the value of the selected box while creating the lost item.
Value
Description
Dimension (cm)
letter
Letter
33 x 23 x 3
flat
Flat Box
33 x 23 x 6
shoe
Shoe Box
40 x 20 x 20
moving
Moving Box
60 x 40 x 40
long
Long Box
100 x 20 x 20
We are working on adding support for custom packaging boxes. It will allow users to input the width, height, and depth of the package box.
post
https://api.joinfoundhero.com
/v1/locations/:lid/items
Create an item
get
https://api.joinfoundhero.com
/v1/locations/:lid/items/:id
Retrieve an item
put
https://api.joinfoundhero.com
/v1/locations/:lid/items/:id
Update an item
get
https://api.joinfoundhero.com
/v1/locations/:lid/items
Retrieve all items by location
delete
https://api.joinfoundhero.com
/v1/locations/:lid/items/:id
Delete an item
post
https://api.joinfoundhero.com
/v1/locations/:lid/items/:id/upload-image
Upload an image
put
https://api.joinfoundhero.com
/v1/locations/:lid/items/:id/update-status
Update Item Status