GET
/
login
curl --request GET \
  --url http://localhost:3370/login
{
  "name": "<string>",
  "id": "<string>",
  "KODOSUMI_API_KEY": "<string>"
}

Query Parameters

name
string
required

Username

password
string
required

Password

Response

200
application/json

Successful authentication

The response is of type object.