# Connector API — Connector Docs

> Canonical URL: https://developers.apideck.com/apis/connector/reference#tag/Connector-Docs

This document contains every operation on the `Connector Docs` resource.

---

# Get Connector Doc content

> **Connector API** · `GET /connector/connectors/{id}/docs/{doc_id}`
> Canonical URL: https://developers.apideck.com/apis/connector/reference#tag/Connector-Docs/operation/connectorDocsOne

Get Connector Doc content

## Parameters

| Name | In | Type | Required | Description |
| --- | --- | --- | --- | --- |
| `x-apideck-app-id` | header | `string` | Yes | The ID of your Unify application |
| `id` | path | `string` | Yes | ID of the record you are acting upon. |
| `doc_id` | path | `string` | Yes | ID of the Doc |

### Responses

#### 200 — Connectors

#### 401 — Unauthorized

> Standard error response — see [Error Responses](https://developers.apideck.com/errors)

#### 402 — Payment Required

> Standard error response — see [Error Responses](https://developers.apideck.com/errors)

#### 404 — The specified resource was not found

> Standard error response — see [Error Responses](https://developers.apideck.com/errors)

#### default — Unexpected error

> Standard error response — see [Error Responses](https://developers.apideck.com/errors)

---
