POST
/
api
/
login
curl --request POST \
  --url http://localhost:3370/api/login \
  --header 'Content-Type: application/json' \
  --data '{
  "name": "<string>",
  "password": "<string>"
}'
{
  "name": "<string>",
  "id": "<string>",
  "KODOSUMI_API_KEY": "<string>"
}

Body

application/json

Response

200
application/json

Successful authentication

The response is of type object.