API Reference

Verify OTP

This API verifies the OTP by using the otp uuid and the OTP which is entered by the customer. In the request payload pass the OTP UUID obtained in the Generate OTP API.

PUT /api/v1/service/verify_otp/

Sample Request :

{
    "mobile": "<customer mobile number>",
         "country_code": "91",
         "otp": "<4 digit OTP>",
         "uuid": "<OTP uuid obtained in generate OTP>"
}
Language
Credentials
Basic
base64
:
Click Try It! to start a request and see the response here!