Skip to main content
POST
/
api
/
auth
/
login
Log in
curl --request POST \
  --url https://app.demand-iq.com/api/auth/login \
  --header 'Content-Type: application/json' \
  --data '
{
  "email": "rep@acmesolar.com",
  "password": "<string>"
}
'
{}

Body

application/json
email
string<email>
required
Example:

"rep@acmesolar.com"

password
string<password>
required

Response

Login successful. A session cookie is set on the response.

user
object
organization
object