Skip to main content
POST
curl

Headers

Authorization
string
required

The bearer token, which must be a valid access token still within its refresh lifetime configured on the server. To obtain a token, call either the /v1/login or /v1/token_refresh endpoints.

Content-Type
string
required

Specifies the request body format. Use the value: application/json.

Body

application/json
database
string

Target database name. If you do not specify this parameter, the request defaults this value to system.

Response

200 - application/json

Response

access_token
string
username
string
database
string
expires_in
integer
status
object
Last modified on July 8, 2026