Unbind
Services

Get Database Definition

Get the full configuration schema for a database type.

GET
/services/databases/installable/get

Get the full configuration schema for a database type.

Authorization

bearerAuth
AuthorizationBearer <token>

Access token or API key (unb_...) passed as Authorization: Bearer <token>.

In: header

Query Parameters

type*string
version?string

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/services/databases/installable/get?type=string"
{  "data": {    "version": {      "default": "string",      "options": [        "string"      ]    }  }}