GET
/
core
/
connector_config
curl --request GET \
  --url https://api.openint.dev/v0/core/connector_config \
  --header 'x-apikey: <api-key>' \
  --header 'x-connection-id: <api-key>'
[
  {
    "createdAt": "<string>",
    "updatedAt": "<string>",
    "id": "<string>",
    "connectorName": "<string>",
    "config": {},
    "orgId": "<string>",
    "displayName": "<string>",
    "disabled": true,
    "defaultPipeOut": {
      "streams": {},
      "links": [
        "unified_banking"
      ],
      "destination_id": "<string>"
    },
    "defaultPipeIn": {
      "links": [
        "unified_banking"
      ],
      "source_id": "<string>"
    },
    "envName": "<string>",
    "metadata": "<any>"
  }
]

Authorizations

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

Response

200
application/json
Successful response

The response is of type object[].