Authenticate with email and password
POST /auth/v1/login
POST
/auth/v1/login
Request Body required
Section titled “Request Body required ”object
email
required
string format: email
password
required
string
Responses
Section titled “ Responses ”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