Send Auth List
Send an interactive WhatsApp list message for authentication. Supports JSON Body, Query, and Headers.
Authentication Required
Login to swap the placeholders with your real Instance ID and Access Token.
Log InNo query parameters required
This endpoint doesn't expect data in the URL.
Interactive WhatsApp Authentication
This endpoint is now Universal. You can provide credentials via Headers, Body, or Query parameters.
🚀 Key Features
- Anti-Spam (60s Cooldown): To prevent abuse, each recipient can only receive one authentication request every 60 seconds.
- Universal Auth: Supports Bearer tokens in Headers, Query parameters, or JSON Body.
- Engine Compatible: Automatically wraps payloads for different engines.
- Subscription Aware: Unlimited users bypass queues and benefit from Sync Sending (Immediate delivery).
🛡️ Usage Example (JSON Body)
{ "instance_id": "YOUR_INSTANCE", "access_token": "YOUR_TOKEN", "chatId": "201XXXXXXXXX", "title": "Login Confirmation", "item1": "Yes, it is me", "item2": "No, Reject" }
Request Parameters
Configure the parameters required to interact with this endpoint. All query and body arguments are listed below with their details.
Request Body
Sent as a JSON objectstring | The instance ID to send from. Example: | ||
string | Your API access token. Example: | ||
string | Recipient WhatsApp number. Example: | ||
string | Main title displayed at the top of the list. Example: | ||
string | Title for the FIRST option (Approve). Example: | ||
string | Title for the SECOND option (Reject). Example: | ||
string | Button text that opens the list. Example: | ||
string | Sub-text below the title. Example: | ||
string | Footer text. Example: |
Request Samples
Use these ready-to-go code snippets to integrate our API into your project quickly and efficiently. Choose your preferred language and library.
Expected Responses
Explore all possible responses and outcomes from the server. We have documented each status code with data examples to make success and error handling easier.
Example
{
"code": "success",
"message": "Auth request sent.",
"auth_id": "539836",
"job_id": "245"
}Command Palette
Search for a command to run...