Sign in

Api in node-client solution

sign in

POST {{base-url}}/clients/sign-in

Headers

Name
Type
Description

x-api-access

string

x-api-secret

string

x-client-token

string

Content-Type

string

Request:-

{
	"clients": {
		"login": "5asec@billeasy.in",
		"password": "password"
	}
}


Response:-

{
    "success": true,
    "msg": "Clients data",
    "data": {
        "client_id": "61",
        "authentication_token": "uFsEk_su66CKWBS5MgVy",
        "company_name": "5asec",
        "email": "5asec@billeasy.in",
        "company_logo": "file.png",
        "client_type": 1
    }
}

Last updated