← Tools Reference

BoxHero

BoxHero integration (Productivity, Data). Imported from open-connector.

API key4 toolshttps://rest.boxhero-app.com
GET
boxhero_get_team_info
Get the linked BoxHero team information and team mode.

/v1/team

GET
boxhero_list_items
List BoxHero inventory items with optional location filters and cursor pagination.

/v1/items

4 parameters
ParamTypeRequiredDescription
item_idsarrayoptionalThe item identifiers to filter by.
location_idsarrayoptionalThe location identifiers used to calculate quantity.
cursorintegeroptionalThe cursor returned by a previous BoxHero list_items response.
limitintegeroptionalThe maximum number of items to return.
GET
boxhero_get_item
Get a single BoxHero inventory item by item identifier.

/v1/items/{item_id}

2 parameters
ParamTypeRequiredDescription
item_idintegerrequiredThe BoxHero item identifier.
location_idsarrayoptionalThe location identifiers used to calculate quantity.
GET
boxhero_list_locations
List BoxHero locations available to the linked team.

/v1/locations