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
The contact ID to send the OTP link to. Format:
xxx@c.us
Expiration time in seconds. For example, 1800 seconds (30 minutes).
Application name that will be displayed to the user.
Response
Indicates whether the request was successful.
A message describing the result of the operation.
Error Codes
Authorization Exception - Occurs when the request is not properly authorized.
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