POST
/
auth
/
login
/
curl --request POST \
  --url http://localhost:3000/connect/v1/auth/login/ \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '{
  "username": "<string>",
  "password": "<string>",
  "device_id": "<string>",
  "device_name": "<string>",
  "device_loc": "<string>",
  "force_logout": true
}'
{
  "username": "<string>",
  "password": "<string>",
  "device_id": "<string>",
  "device_name": "<string>",
  "device_loc": "<string>",
  "force_logout": true
}

Authorizations

Authorization
string
header
required

Body

application/json

Response

201 - application/json

The response is of type object.