Authentication

Learn how to authenticate your API requests using Waplix Bearer tokens.

The Waplix API uses API keys to authenticate requests. You can view and manage your API keys in the dashboard credentials manager panel.

Authentication is performed by passing a Bearer token in the Authorization header of your HTTPS requests.

Base API URL https://api.waplix.io/api/v1
Authorization Header Authorization: Bearer YOUR_API_KEY
Security Best Practice: Keep your API key secret. Do not expose it in client-side code (browsers, mobile apps). Always proxy requests through your secure backend server.
Was this page helpful?