Skip to main content
API keys are used to authenticate your server’s requests to the Brached API. Keep these keys secure and never expose them in client-side code.

Managing API Keys

Usage

Include your API key in the X-API-Key header for all requests.
curl -H "X-API-Key: YOUR_API_KEY" https://api.brached.com/api/v1/...