Bamboo Card
HomeOverview
Bamboo Card API v2

Bamboo Card API v2

The Bamboo Client API helps you build integrations to automate gift card workflows, manage balances, track orders, and receive real-time updates through a secure and reliable API.

Secure by design

Industry-standard security with HTTPS, Basic Authentication, and IP allowlisting.

Complete coverage

Manage catalogs, accounts, orders, transactions, and webhooks in one place.

Built for scale

Reliable infrastructure with predictable performance and clear request limits.

Always up to date

API versioning and changelogs keep your integration future-proof.

Quick start

1
Get credentials

Create your API credentials in the Client Portal.

2
Make your first call

Use Basic Authentication to request data.

3
Build and integrate

Explore endpoints and expand your integration.

Make a request to get the catalog

All API requests require a valid Authorization header.

GET/v2/catalog
curl --request GET \
  --url https://api.bamboocardportal.com/v2/catalog \
  --header 'Authorization: Basic base64(clientId:clientSecret)' \
  --header 'Accept: application/json'
View full API reference

Rate limits

Default request limits per endpoint.