cURL
Auth
Login
POST
cURL
Authenticates a user with email and password, returning a Supabase session.
Request Body
| Field | Type | Required | Description |
|---|---|---|---|
email | string | Yes | User email address |
password | string | Yes | User password |
Example Request
Example Response
Authentication
After successful login, include theaccess_token in subsequent API requests:
Common Errors
400 Bad Request
Invalid email or password format.401 Unauthorized
Invalid email or password.Body
application/json
The body is of type object.
Response
200 - undefined