logo
AuthEmail/password login
Auth

Email/password login

curl -X POST "//api/auth/login" \
  -H "Content-Type: application/json" \
  -d '{
  "email": "user@example.com",
  "password": "example_string"
}'
{}
POST
/api/auth/login
POST
Content-Typestring
Required

The media type of the request body

Options: application/json
Request Preview
Response

Response will appear here after sending the request

Body

application/json

Responses

Success