cURL
One Time Password - Global
Request - Link
Generate authentication links globally with randomized channel selection for initiating WhatsApp chats and callback verification using Global Token.
POST
cURL
Overview
This endpoint allows you to request a one-time password (OTP) link for global use. The OTP link can be used for authentication or verification purposes.Request Parameters
string
required
The contact ID to send the OTP link to. Format:
xxx@c.usnumber
required
Expiration time in seconds. For example, 1800 seconds (30 minutes).
string
Application name that will be displayed to the user.
object
object
Response
boolean
Indicates whether the request was successful.
string
A message describing the result of the operation.
object
Error Codes
object
Authorization Exception - Occurs when the request is not properly authorized.
object
Validation Exception - Occurs when the request parameters fail validation.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json