Skip to main content

Resend a User OTP [v1]

This API helps you resend the OTP to a user

Request Body required
    mobile_number string required

    This is the mobile number of the user.

    user_agent string nullable

    The user_agent is a characteristic string that lets servers and network peers identify the application, operating system, vendor, and/or version of the requesting user agent.

    ipAddress string nullable

    A unique numerical identifier for every device or network that connects to the internet. Typically assigned by an internet service provider (ISP), an IP address is an online device address used for communicating across the internet

    fingerPrint string required

    This is a unique device id generated by the client using a standard library such as fingerprint.js

Responses

When the OTP sending is successful, the response will be as below


Schema
    success boolean required

    Possible values: [true]

    This key will always be true for a successful response

Loading...