POST
/
v2
/
databases
/
{database}
/
auth
/
session
/
token
{
  "user": {
    "name": "User Name",
    "email": "user@example.com",
    "image": "https://example.com/user.png"
  },
  "expires": "2024-07-16T19:20:30.450Z"
}

Path Parameters

database
string
required

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

Response

200
application/json

Session token refreshed

The response is of type object.