Sign in
Get Cakes
Headers
Name
Type
Description
Request:
{"customers":{"login":"9892228599","password":"password"}}
Response:
{
"success": true,
"msg": "Sign in",
"data": {
"id": "551",
"type": "customers",
"attributes": {
"email": "[email protected]",
"authentication_token": "R4sdTDzLMoYynFHAtBnu",
"mobile_number": "9892228599",
"registration_complete?": true,
"cards_selection_complete?": true,
"name": "Yash Thakur",
"avatar": null,
"pin": "2034",
"is_google_linked": true,
"is_mail_synced": true,
"date_of_birth": "1994-11-12",
"card_number": null
}
}
}Last updated