Skip to content

Auth

🔑 Login

Use API credentials to get token for the use rest of services. Add this token to your Authorization Header

⚠️ Warning

HeloRobo Login Credential and API Credential are diffirent! You should request API Credential here

POST

/api/v1/auth/login

json
{
  "email": "",
  "password": ""
}

Response

json
{
  "success": true,
  "message": "",
  "status_code": 200,
  "trace_id": "b653c941-d498-40db-b42b-9e7eb606bc9b",
  "errors": [],
  "data": {
    "token": "eyJhbGci..."
  }
}