Bin
Get a bin
Fetch a single bin by ID.
Returns 404 if no bin with that ID belongs to the authenticated company — the lookup is scoped to your company, so an ID from another company is indistinguishable from one that does not exist.
Required permission: settings_permissions_bins.
get/public/v1/bins/{id}
Path parameters
idstring required
The bin's ID.
Response
A single bin
Changes
No recorded changes to this endpoint across all 2 revisions of this API.