Headers
Value must be 'Bearer <token>' where <token> is an API key prefixed with 'bc_' or a JWT token.
Example:
"Bearer bc_1234567890abcdef"
Required if Authorization is a JWT token. The organization ID to operate within.
Response
200 - application/json
The warehouses have been successfully retrieved.
The name of the warehouse
Example:
"Main Warehouse"
The unique code identifier for the warehouse
Example:
"WH-001"
The city where the warehouse is located
Example:
"New York"
The country where the warehouse is located
Example:
"United States"
The full address of the warehouse
Example:
"123 Warehouse Street, New York, NY 10001"
Indicates if this is the primary warehouse
Example:
true