Skip to main content
POST
Test Postgres Connection

Authorizations

X-API-Key
string
header
required

API key authentication. Include your API key in the X-API-Key header as: X-API-Key YOUR_API_KEY

Example:

Authorization
string
header
required

JWT Bearer token authentication. Include your access token in the Authorization header as: Bearer YOUR_ACCESS_TOKEN

Example:

Body

application/json

PostgreSQL integration creation request model.

database
string
required
host
string
required
password
string
required
port
string
required
username
string
required
connection_string
string | null

Response

Successful Response

{key}
boolean