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

Body

application/json

Login request model.

email
string
required
password
string
required

Response

Successful Response

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

Last modified on April 21, 2026