Skip to content

Search is only available in production builds. Try building and previewing the site to test it out locally.

Authenticate with email and password

POST
/auth/v1/login
object
email
required
string format: email
password
required
string

Login successful

object
user
object
id
string
email
string
email_verified
boolean
metadata
object
created_at
string format: date-time
access_token
string
refresh_token
string
expires_at
string format: date-time

Invalid credentials

object
error
object
code
required
string
message
required
string
status
integer
hint
string