Authorization header.
Creating an API key
API keys are created in the Beach Depository dashboard under Settings > API Keys. Each key is scoped to a single organization.Key format
Keys follow the format:Permissions
Each API key has granular permissions that control which endpoints it can access. Available permission scopes are:organizations:read,organizations:updatemembers:readfbo_accounts:read,fbo_accounts:create,fbo_accounts:updateinventory:readinbound_shipments:read,inbound_shipments:createoutbound_requests:read,outbound_requests:create,outbound_requests:updateoutbound_shipments:readtransfer_batches:read,transfer_batches:createreturn_shipments:readwebhooks:manage
403 Forbidden error. Holding-statement endpoints require organizations:read.
Usage
Include the key in theAuthorization header:
Revoking keys
Keys can be disabled temporarily or revoked permanently from the dashboard.- Disable — pauses the key; you can re-enable it later.
- Revoke — permanently invalidates the key. Usage history is retained for audit.
401 Unauthorized on API requests.