POST
/
v2
/
databases
/
{database}
/
auth
/
callback
/
{provider}
{
  "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)

provider
string
required

the name of the provider (credentials, google, etc)

Response

200
application/json
Successful callback

The response is of type object.