POST
/
login
curl --request POST \
  --url http://localhost:3370/login \
  --header 'Content-Type: application/x-www-form-urlencoded' \
  --data 'name=<string>' \
  --data 'password=<string>' \
  --data 'redirect=<string>'
{
  "name": "<string>",
  "id": "<string>",
  "KODOSUMI_API_KEY": "<string>"
}

Body

application/x-www-form-urlencoded

Response

200
application/json

Successful authentication

The response is of type object.