Skip to main content
GET
/
v1
/
admin
/
connectors
List connectors
curl --request GET \
  --url https://api.withsplendor.com/v1/admin/connectors \
  --header 'Authorization: Bearer <token>' \
  --header 'x-splendor-tenant-id: <x-splendor-tenant-id>'
{
  "connectors": [
    {
      "config": {},
      "connector_id": 7,
      "connector_key": "stripe",
      "connector_type": "airbyte",
      "created_at": "2026-01-15T09:30:00Z",
      "enabled": true,
      "name": "Stripe",
      "tenant_id": "acme",
      "updated_at": "2026-01-15T09:30:00Z"
    }
  ]
}

Authorizations

Authorization
string
header
required

API token issued from the Splendor console.

Headers

x-splendor-tenant-id
string
required

Selects the tenant (workspace) the request acts within.

Response

Successful Response

connectors
ConnectorItem · object[]
required