Skip to main content
Generate a one-time password and deliver it to a WhatsApp user using the Laravel SDK. The response includes the OTP uuid, generated code, status, and expiry time so you can track validation.

Parameters

Send the request

  • Store uuid if you plan to track or audit the request.
  • Use status to monitor the send/validation lifecycle (pending, sent, validated, expired).
Request OTP Code

Next

Validate the code the user enters with Validate OTP Code.
OTP codes are short-lived and single-use. Prompt users to request a new code after expiry or repeated failures.