Profile
Get Cakes
GET
https://staging.billeasy.in/api/customer/profile
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.
{
"success": true,
"msg": "Customer data",
"data": {
"id": "551",
"type": "customers",
"attributes": {
"email": "[email protected]",
"authentication_token": "rWHQVQosVo4eQdFGFi-U",
"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
Was this helpful?