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.
Admin: update documentationGET
/connector/connectors
List Connectors
x-apideck-app-id ( header , required ) — The ID of your Unify applicationcursor ( 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 20filter ( query ) — Apply filtersGET
/connector/connectors/{id}
Get Connector
x-apideck-app-id ( header , required ) — The ID of your Unify applicationid ( 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 applicationid ( path , required ) — ID of the record you are acting upon.doc_id ( path , required ) — ID of the DocGET
/connector/connectors/{id}/resources/{resource_id}
Get Connector Resource
x-apideck-app-id ( header , required ) — The ID of your Unify applicationid ( 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 APIsGET
/connector/apis/{id}/resources/{resource_id}/coverage
Get API Resource Coverage
x-apideck-app-id ( header , required ) — The ID of your Unify applicationid ( 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 applicationcursor ( 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 20filter ( query ) — Apply filtersGET
/connector/apis/{id}
Get API
x-apideck-app-id ( header , required ) — The ID of your Unify applicationid ( 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 applicationid ( 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