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

Body

application/json
email
string<email>
required
password
string
required

Response

Logged in.

The response is of type object.