Skip to main content
POST
/
v1
/
login
Login
curl --request POST \
  --url https://api.hyrd.de/v1/login \
  --header 'Content-Type: application/json' \
  --data '
{
  "user": {
    "login": "[email protected]",
    "password": "yourpassword123"
  }
}
'
{
  "error": "Invalid Login or password."
}

Headers

Content-Type
string

Body

application/json

The body is of type object.

Response

401 - application/json

Unauthorized

The response is of type object.