Skip to main content
POST
cURL
Authenticates a user with email and password, returning a Supabase session.

Request Body

Example Request

Example Response

Authentication

After successful login, include the access_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