Openapi
Exchange an email and password for an authenticated session.
application/json
Email and password used to create an authenticated session.
TypeScript Definitions
Use the request body type in TypeScript.
application/json
application/json
application/json
application/json
application/json
curl -X POST "https://example.com/v1/auth/login" \ -H "Content-Type: application/json" \ -d '{ "email": "test@example.com", "password": "Password123!" }'{ "createdAt": "2019-08-24T14:15:22Z", "email": "user@example.com", "emailVerified": true, "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "lastSignInAt": "2019-08-24T14:15:22Z"}email8 <= length <= 72