🔐 API Key

Learn how to authenticate and secure your API requests.

Vambe uses API Keys to authenticate your interactions with the API. If you call the API withouth your key, or if you use an incorrect one, Vambe will return an Error.

Getting your API Keys

To find your api key go to https://app.vambeai.com/settings?q=developers. At the bottom right you will see a url similar to this:

[https://iris-backend-production.up.railway.app/api/public/whatsapp/contact/upsert/user/info?x-api-key={The Value here is your API key}&phone=

How to use API Key

The API key is sent as a header in each request.

x-api-key: 'your_api_key'