Skip to main content

Log in

POST
/auth/login

Contract

Parameter
Value
Sectionauth
Authenticationnot required
Consumesapplication/json
Producesapplication/json

Parameters

1 parameter

Name
Location
Required
Type
Description
requestbodyyesobjectLogin credentials
  • {
      "email": "<string>",
      "password": "<string>"
    }

Responses

2 responses

Status
Description
Type
200
Successful responseno body
500
Invalid request body or credentialsobject
  • {
      "data": {},
      "error": "<string>"
    }