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

Response

200
application/json

Successful authentication

The response is of type object.