Productsup
CDE APIApi referenceManagement

Show all connector metadata.

Sign in to run requests against the CDE API.
GET
/metadata/connectors

Authorization

oAuth2AuthCode
AuthorizationBearer <token>

In: header

Response Body

application/json

application/json

curl -X GET "https://loading/metadata/connectors"
{
  "message": "Successfully found all connector metadata.",
  "resource": "connector-metadata",
  "data": [
    {
      "uuid": "019e6e75-03cb-77e4-aa1d-8b05f56da9cb",
      "channel-owner": "Third Party",
      "confidence": "Semi Confident",
      "help-center": "http://help.center",
      "internal-documentation": "http://docs.internal",
      "notes": "some notes",
      "last-reviewed-at": null,
      "last-updated-by": "fe1b0f84-93eb-4c50-8d4c-92e8b4358464",
      "created-at": "2026-05-28T14:00:22+02:00",
      "updated-at": "2026-05-28T14:00:22+02:00",
      "connector": {
        "id": "019e6e75-03cb-780c-aa1d-8b05f5df4a82",
        "name": "884c6021-08ca-4a36-b857-5919c89bbd2d",
        "type": "datasource"
      }
    },
    {
      "uuid": "019e6e75-03ce-7b3b-bd25-9ace7bb4bf8c",
      "channel-owner": "Feature Team",
      "confidence": "Good to Go",
      "help-center": "http://help.example.com",
      "internal-documentation": "http://docs.example.com",
      "notes": "Production ready",
      "last-reviewed-at": null,
      "last-updated-by": "299a0e4c-8ac5-4945-b589-8439027970b8",
      "created-at": "2026-05-28T14:00:22+02:00",
      "updated-at": "2026-05-28T14:00:22+02:00",
      "connector": {
        "id": "019e6e75-03ce-7b63-bd25-9ace7c572525",
        "name": "2c9daa7b-f6e5-4570-9d50-848dd82c5de0",
        "type": "datasource"
      }
    },
    {
      "uuid": "019e6e75-03d0-7823-97de-6e4291900da9",
      "channel-owner": "API Team",
      "confidence": "Needs Checking",
      "help-center": "http://sos.example.com",
      "internal-documentation": "http://wiki.internal",
      "notes": null,
      "last-reviewed-at": null,
      "last-updated-by": "71322f6e-5478-495c-8d7b-66180f7646e0",
      "created-at": "2026-05-28T14:00:22+02:00",
      "updated-at": "2026-05-28T14:00:22+02:00",
      "connector": {
        "id": "019e6e75-03d0-784b-97de-6e4291f440f6",
        "name": "ed8d4bf2-d6f5-4420-9ea6-2b7a0660f857",
        "type": "datasource"
      }
    }
  ]
}
{
  "message": "You have to be authorized to access this resource."
}

How is this guide?