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": "[email protected]",
"password": "password"
}
}
Response:-
{
"success": true,
"msg": "Clients data",
"data": {
"client_id": "61",
"authentication_token": "uFsEk_su66CKWBS5MgVy",
"company_name": "5asec",
"email": "[email protected]",
"company_logo": "file.png",
"client_type": 1
}
}
Last updated
Was this helpful?