OAuth Authentication
This endpoint initiates an WhatsApp OAuth authentication flow using the specified channel.
💡 What is OAuth?
💡 What is OAuth?
In OAuth users can authenticate via multiple OAuth-enabled channels. The process completes when the code returned in the redirectURI
is used in Verify Code API to authenticate the user.
💡 What all channels are supported in OAuth flow?
💡 What all channels are supported in OAuth flow?
The channels supported in the OAuth flow for OTPless are:
- APPLE
- MICROSOFT
- LINE
- SLACK
- DROPBOX
- GITHUB
- BITBUCKET
- ATLASSIAN
- LINEAR
- GITLAB
- TIKTOK
- TWITCH
- TELEGRAM
- HUBSPOT
- NOTION
- BOX
- XERO
💡 How to verify an OAuth Request?
💡 How to verify an OAuth Request?
In case of OAuth
, extract the code
parameter from the redirect URI 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 completing the OAuth flow with appended param code
and its value.
Know more
This API is accessible exclusively to users subscribed to the OTPless Pro plan. Ensure you have an active OTPless Pro Plan subscription to utilize this feature.
Body
Response
OAuth link generated successfully.
The response is of type object
.