APIHub
Back to Explore

Connector API

The Connector API provides endpoints to list and retrieve metadata about integration connectors and the APIs they expose, including details for individual connectors, their documentation, and associated resources, as well as API listings and resource coverage information.

Development
apiKeyHeader
HTTPS
CORS: Unknown
Description enriched
Visit official documentation

Latency

345ms p95

Uptime

100.0% 30d

Playground

Verified

live

Endpoints

REST · JSON
GET

/connector/connectors

List Connectors

  • x-apideck-app-id (header, required) — The ID of your Unify application
  • cursor (query) — Cursor to start from. You can find cursors for next/previous pages in the meta.cursors property of the response.
  • limit (query, limit) — Number of results to return. Minimum 1, Maximum 200, Default 20
  • filter (query) — Apply filters
GET

/connector/connectors/{id}

Get Connector

  • x-apideck-app-id (header, required) — The ID of your Unify application
  • id (path, required) — ID of the record you are acting upon.
GET

/connector/connectors/{id}/docs/{doc_id}

Get Connector Doc content

  • x-apideck-app-id (header, required) — The ID of your Unify application
  • id (path, required) — ID of the record you are acting upon.
  • doc_id (path, required) — ID of the Doc
GET

/connector/connectors/{id}/resources/{resource_id}

Get Connector Resource

  • x-apideck-app-id (header, required) — The ID of your Unify application
  • id (path, required) — ID of the record you are acting upon.
  • resource_id (path, required) — ID of the resource you are acting upon.
  • unified_api (query) — Specify unified API for the connector resource. This is useful when a resource appears in multiple APIs
GET

/connector/apis/{id}/resources/{resource_id}/coverage

Get API Resource Coverage

  • x-apideck-app-id (header, required) — The ID of your Unify application
  • id (path, required) — ID of the record you are acting upon.
  • resource_id (path, required) — ID of the resource you are acting upon.
GET

/connector/apis

List APIs

  • x-apideck-app-id (header, required) — The ID of your Unify application
  • cursor (query) — Cursor to start from. You can find cursors for next/previous pages in the meta.cursors property of the response.
  • limit (query, limit) — Number of results to return. Minimum 1, Maximum 200, Default 20
  • filter (query) — Apply filters
GET

/connector/apis/{id}

Get API

  • x-apideck-app-id (header, required) — The ID of your Unify application
  • id (path, required) — ID of the record you are acting upon.
GET

/connector/apis/{id}/resources/{resource_id}

Get API Resource

  • x-apideck-app-id (header, required) — The ID of your Unify application
  • id (path, required) — ID of the record you are acting upon.
  • resource_id (path, required) — ID of the resource you are acting upon.

8 endpoints auto-detected

Authentication

This API uses an API key, passed in the "Authorization" header. No OAuth required.

curl -X GET \
  "https://unify.apideck.com/connector/connectors" \
  -H "Authorization: YOUR_API_KEY"

unify.apideck.com · HTTPS only