Secure by design
Industry-standard security with HTTPS, Basic Authentication, and IP allowlisting.
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.
Industry-standard security with HTTPS, Basic Authentication, and IP allowlisting.
Manage catalogs, accounts, orders, transactions, and webhooks in one place.
Reliable infrastructure with predictable performance and clear request limits.
API versioning and changelogs keep your integration future-proof.
Create your API credentials in the Client Portal.
Use Basic Authentication to request data.
Explore endpoints and expand your integration.
All API requests require a valid Authorization header.
/v2/catalogcurl --request GET \
--url https://api.bamboocardportal.com/v2/catalog \
--header 'Authorization: Basic base64(clientId:clientSecret)' \
--header 'Accept: application/json'Default request limits per endpoint.