POST
/
v2
/
databases
/
{database}
/
auth
/
signin
{
  "user": {
    "name": "User Name",
    "email": "user@example.com",
    "image": "https://example.com/user.png"
  }
}

Path Parameters

database
string
required

The string (id or name, depending on the credentials)

Body

application/json
email
string
required
Example:

"user@example.com"

password
string
required
Example:

"yourpassword"

Response

200
application/json
Successful authentication
user
object

Was this page helpful?