Bamboo Card
HomeAPI ReferenceCatalogGet catalog (v1)
GET

Get catalog

Retrieve a comprehensive list of available brands and products assigned to your account.

GET/api/integration/v1.0/catalog

Follow this flow to place your first order

View all steps
1

Get catalog

Discover available products

2

Get accounts

Retrieve your accounts

3

Place order

Create an order for your customer

4

Get order

Check order status

5

Notification

Receive webhook updates

This endpoint returns a flat brands array. Use it to discover available products, denominations, and pricing before placing an order.

This endpoint requires Basic Auth using your API credentials.

Response specifications

The v1 catalog response returns a flat brands array. Each brand includes its products.

FieldTypeDescription
brandsarrayList of all available brands and their products.
internalIdstringBamboo internal brand identifier.
namestringBrand name.
countryCodestringBrand country code.
currencyCodestringBrand currency code.
descriptionstring | nullBrand description. This value can be empty.
disclaimerstring | nullBrand disclaimer. This value can be empty.
redemptionInstructionsstring | nullRedemption instructions. This value can be empty.
termsstring | nullBrand terms. This value can be empty.
logoUrlstringBrand logo URL.
modifiedDatestringLast catalog update timestamp for the brand.
productsarrayProducts available under the brand.
idnumberUnique product identifier used when placing orders.
namestringProduct name.
minFaceValuenumberMinimum face value available for the product.
maxFaceValuenumberMaximum face value available for the product.
countnumber | nullAvailable quantity. Null means unrestricted; 0 means out of stock.
price.minnumberMinimum client price mapped to the face value range.
price.maxnumberMaximum client price mapped to the face value range.
price.currencyCodestringCurrency code used for the product price.
modifiedDatestringLast catalog update timestamp for the product.

Version comparison

Bamboo provides two catalog versions. Both are supported and actively used.

v1.0

Version v1.0

Returns a flat brands array. No filtering or pagination parameters.

v2.0

Version v2.0

Supports filtering by currency, country, name, product ID, and brand ID. Also supports pagination and target-currency display.

On this page

Try it out

Open the interactive API panel to test this endpoint with your own credentials.