Step 1: Confirm Server Reachability
Your current connection point is https://evoapi.faisak.com.
curl -i "https://evoapi.faisak.com/"
Expected: HTTP success response from the WhatsApp Gateway root endpoint.
On-Site Documentation
Follow these steps to create an API key, connect an instance, and send a guarded transactional message.
Quickstart
Use this exact sequence for first deployment checks.
Your current connection point is https://evoapi.faisak.com.
curl -i "https://evoapi.faisak.com/"
Expected: HTTP success response from the WhatsApp Gateway root endpoint.
Customer API keys are scoped to the owning account and are shown once after creation.
Dashboard > API Keys > Create API Key
Expected: a key beginning with wg_live_.
Public API docs do not expose instance creation. Use your internal app flow:
Dashboard > Instances > Create Instance
After creation, use that instance name for send/receive API operations.
Before sending messages, the portal state should eventually become open.
Dashboard > Instances > Manage > Connection
If still close or connecting, continue with the Connect Instance guide.
/api-keys.Authorization: Bearer YOUR_API_KEY for API sends./instances in the app dashboard only.