GET
/
core
/
connector_config
/
{id}
curl --request GET \
  --url https://api.openint.dev/v0/core/connector_config/{id} \
  --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

Path Parameters

id
string
required

Must start with 'ccfg_'

Response

200
application/json
Successful response

The response is of type object.