Sign in

Get Cakes

POST https://staging.billeasy.in/api/sign_in

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":"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

Was this helpful?