cURL
curl --request POST \ --url https://your-instance.example.com/api/auth/login \ --header 'Content-Type: application/json' \ --data ' { "email": "jsmith@example.com", "password": "<string>", "impersonationToken": "<string>" } '
{}
Provide either password or impersonationToken with email.
Login successful
Generic response envelope. Endpoint-specific fields are intentionally open.