API ReferenceAuth
Log in with email + password
Request Body
application/json
Credentials
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
application/json
application/json
curl -X POST "https://example.com/auth/login" \ -H "Content-Type: application/json" \ -d '{ "email": "string", "password": "string" }'{ "organizations": [ { "created_at": "string", "id": "string", "name": "string" } ], "user": { "created_at": "string", "email": "string", "id": "string", "is_verified": true, "name": "string", "verified_at": "string" }}