Base URL

Production environment target URL and proxy best practices.

All Waplix API endpoints use the same root base path. Always connect using secure https.

Production URL https://api.waplix.io/api/v1

CORS and Security Proxying

Because of security requirements, client-side web application browsers cannot send direct queries to the Waplix domain due to browser CORS policies.

Important: You must route all API queries through your backend server application to preserve API credentials and satisfy cross-origin constraints.
Was this page helpful?