Skip to main content
POST
/
import
/
test-source
Test new import source
curl --request POST \
  --url https://api.prequel.co/import/test-source \
  --header 'Content-Type: application/json' \
  --header 'X-API-KEY: <api-key>' \
  --data '
{
  "source": {
    "vendor": "<unknown>",
    "postgres": {
      "host": "<string>",
      "port": 5432,
      "database": "<string>",
      "auth_method": "<string>",
      "password_auth": {
        "username": "<string>",
        "password": "<string>"
      },
      "schema": "<string>",
      "use_ssh_tunnel": true,
      "disable_ssl": true
    },
    "provider_id": "<string>",
    "name": "<string>"
  }
}
'
{
  "status": "<string>",
  "data": {
    "code": "<string>",
    "message": "<string>"
  },
  "message": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://import-docs.prequel.co/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-API-KEY
string
header
required

Body

application/json
source
Source · object
required

Candidate source definition to test.

Response

OK

status
string
required
Allowed value: "success"
data
object
required
message
string
required