For customer authentication and list a limited set of non private data
cURL
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>" ] } ]
source
destination
Must start with 'ccfg_'
Successful response
The response is of type object[].
object[]