cURL
curl --request POST \ --url https://app.demand-iq.com/api/auth/login \ --header 'Content-Type: application/json' \ --data ' { "email": "rep@acmesolar.com", "password": "<string>" } '
{}
Authenticates with email and password. Returns user and organization info and sets a session cookie. Rate-limited to prevent brute-force attacks.
"rep@acmesolar.com"
Login successful. A session cookie is set on the response.
session
Show child attributes