GET
/
core
/
connector_config_info
curl --request GET \
  --url https://api.openint.dev/v0/core/connector_config_info \
  --header 'x-apikey: <api-key>' \
  --header 'x-connection-id: <api-key>'
[
  {
    "id": "<string>",
    "envName": "<string>",
    "displayName": "<string>",
    "connectorName": "<string>",
    "isSource": true,
    "isDestination": true,
    "verticals": [
      "accounting"
    ],
    "integrations": [
      "<string>"
    ]
  }
]

Authorizations

x-apikey
string
header
required
x-connection-id
string
header
required

Query Parameters

type
enum<string> | null
Available options:
source,
destination
id
string | null

Must start with 'ccfg_'

connectorName
string | null

Response

200
application/json
Successful response

The response is of type object[].