Skip to main content
POST
CLI password login — returns bearer tokens in JSON body

Body

application/json
email
string<email>
required
password
string<password>
required

Response

Tokens returned.

access_token
string
required
refresh_token
string
required
expires_in
integer
user
object

Supabase user shape. Fields beyond id and email are passthrough.