Skip to main content
Version: (Current)

Login

Method: POST
URL: {{baseUrl}}/auth/client/login

Description

No description provided

Request Headers

[
{
"key": "signature",
"value": "{{signature}}",
"type": "text"
},
{
"key": "timestamp",
"value": "{{timestamp}}",
"type": "text"
},
{
"key": "company",
"value": "{{company}}",
"type": "text"
}
]

Authentication

{}

Request Body

{}

Responses

200 - OK

Status: 200

{
"status": true,
"message": "Berhasil melakukan login",
"data": {
"access_token": "13568|BlWOYNT6Ctb7Vw8e1QIUzKyvZqu2J5xDjHhcgs3S"
}
}

400 - Signature not valid

Status: 400

{
"status": false,
"message": "signature not valid",
"data": null
}