Verify OTP
Get Cakes
Headers
Name
Type
Description
Request:=
{
"customers": {
"login": "9969330760",
"otp": "120775",
"token": "T_SQ9ym7TTW4yjFShsZ_EkCPbjGgSwL5"
}
}
Response:=
{
"success": true,
"msg": "OTP verify successfully.",
"data": {
"id": "607",
"type": "customers",
"attributes": {
"email": "[email protected]",
"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