Verify OTP

Get Cakes

POST https://staging.billeasy.in/api/verify-otp

This endpoint allows you to get free cakes.

Headers

Name
Type
Description

Content-Type

string

x-customer-number

string

x-customer-token

string

x-api-access

string

x-api-secret

string

Authentication token to track down who is emptying our stocks.

Request:=

{
  "customers": {
    "login": "9969330760",
    "otp": "120775",
    "token": "T_SQ9ym7TTW4yjFShsZ_EkCPbjGgSwL5"
  }
}


Response:=

{
  "success": true,
  "msg": "OTP verify successfully.",
  "data": {
    "id": "607",
    "type": "customers",
    "attributes": {
      "email": "mourya.anuj.1994@gmail.com",
      "authentication_token": "5YRvYHiBYmhBLJEq_uaN",
      "mobile_number": "9969330760",
      "registration_complete?": true,
      "cards_selection_complete?": true,
      "name": "Anuj Mourya",
      "avatar": null,
      "pin": "D865",
      "is_google_linked": false,
      "is_mail_synced": false,
      "date_of_birth": "1994-12-06",
      "card_number": null
    }
  }
}

Last updated