Login

login

POST http://node-staging.billeasy.in/api/v1/Clients/login

This endpoint allows you to get free cakes.

Headers

Name
Type
Description

Content-Type

string

x-api-secret

string

x-api-access

string

Authentication token to track down who is emptying our stocks.

Request Body

Name
Type
Description

password

string

email

object

Request:

{"email":"riana@billeasy.in","password":"password"}

Response:

{
    "success": true,
    "msg": "Clients data",
    "data": {
        "store_id": 210,
        "store_uuid": "5374d725-930d-40f4-9f19-d12f9fcdb1ae",
        "client_id": 306,
        "terminal_uuid": "fb0974bd-7d94-4b94-a8cd-a7b5a78eaac4",
        "email": "riana@billeasy.in",
        "client_name": "Billeasy Birthday store ",
        "address": "201, The Crescent Business park Saki Naka, Mumbai 400072",
        "mobile_number": "8104225376",
        "gst_number": "27AVSPB9900Q1ZE",
        "terminal_id": "18",
        "authentication_token": "venXxhAfd5knp4axWPux",
        "role": "admin"
    }
}

Last updated