Skip to main content
POST
/
api
/
auth
/
login
Login
curl --request POST \
  --url https://api.example.com/api/auth/login \
  --header 'Content-Type: application/json' \
  --data '
{
  "username": "<string>",
  "password": "<string>"
}
'
{}

Body

application/json

Login request model

username
string
required
password
string
required

Response

Successful Response

The response is of type Response Login Api Auth Login Post · object.