Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
curl -X POST "https://api.wadial.com/api/v1/sessions/{sessionId}/auth/pairing-code" \ -H "Authorization: Bearer $WADIAL_API_KEY" \ -H "Content-Type: application/json" \ -d '{"phoneNumber":"15551234567"}'
{ "data": { "code": "ABCD-1234" } }
Request a WhatsApp pairing code for an unpaired token.
Was this page helpful?