Bamboo Invest Authentication API
Before you start making requests, you’ll need to generate an access token. Every request to the API must be authenticated using access tokens and user context headers — this ensures secure and authorized access to your resources. Here are a few quick tips to help you integrate smoothly and keep your tokens active: - **x-client-token:** A tenant-level access token that expires after 24 hours. You can generate up to 3 tokens per hour. - **Refresh Strategy:** Generate a new token before the current one expires to keep your requests running without interruption. Each endpoint’s required headers are outlined throughout this documentation, so you always know what’s needed to make a successful call.