Skip to main content
GET
/
contents
/
v1
/
connectors
List connectors
curl --request GET \
  --url https://api.bigdata.com/contents/v1/connectors \
  --header 'X-API-KEY: <api-key>'
{
  "results": [
    {
      "connector_id": "019a9612-bfad-758c-884e-37dd8c6ad2cb",
      "user_id": "user_id_001",
      "org_id": "org_id_001",
      "share_with_org": true,
      "label": "Broker Research - Daily Reports",
      "type": "email",
      "created_at": "2026-02-11T11:01:09.574095Z",
      "updated_at": "2026-02-11T11:01:09.574102Z",
      "archived": false,
      "description": "Collects daily reports from the broker's research team",
      "config": {
        "allowed_emails": [
          "user@example.com",
          "admin@example.com"
        ],
        "email_hash": "a1b2c3d4e5f6",
        "email": "connector@bigdata.com"
      }
    }
  ]
}

Authorizations

X-API-KEY
string
header
required

Your API key. Include it in every request as the X-API-KEY header. Create and manage keys in the Developer Platform.

Response

List of connector objects in a results array. Each connector includes id, label, type, configuration and timestamps.

results
object[]
required

Connectors in this response. Use connector_id when filtering documents or calling update/delete.