WhatsApp OAuth
This endpoint initiates an WhatsApp OAuth authentication flow using the specified channel.
💡 What is WhatsApp OAuth?
💡 What is WhatsApp OAuth?
WhatsApp OAuth is part of the user-initiated WhatsApp authentication flow. For more details, please visit here.
💡 How to verify an WhatsApp OAuth Request?
💡 How to verify an WhatsApp OAuth Request?
“After opening link recieved in the WhatsApp OAuth request user enter a chat on WhatsApp with a verified business number, where they send a pre-filled sign-in request message.
Upon sending, users swiftly receive an approval button. Clicking this button redirects users back to the redirectURI provided in the request of WhatsApp OAuth.
From redirect Uri extract the code
parameter and use the Verify Code API to authenticate the user.”
💡 What's Redirect URI?
💡 What's Redirect URI?
It is the URL where the user will be redirected after clicking the link received on Whatsapp. The Redirect URI serves as the endpoint for receiving the authentication code upon successful authentication. Know more
Body
Response
OAuth link generated successfully.
The response is of type object
.