Authentication
You’ll need to authenticate your requests using your team’s API key to access any of the endpoints in the Banana API. You can find it in your Banana dashboard.
Here’s how you would authenticate using cURL:
Example request
curl https://api.banana.dev/v1/projects \
-H 'X-Banana-API-Key: replace-with-your-api-key'
Please don’t commit your Banana API key to GitHub!
Using an SDK
Get started quicker with one of our official SDK. All the client libraries use the same API key authentication behind the scenes.