---
title: "Get Connection Proxy Settings"
method: GET
path: "/api/connections/{id}/proxy/settings"
tags: ["Connections"]
---

# Get Connection Proxy Settings

`GET /api/connections/{id}/proxy/settings`

Returns whether a connection can be used through the Connection Proxy API.

The setting is stored on the parent connection. When you request settings for a
shared connection, the response includes both the requested `connectionId` and the
`parentConnectionId` that controls proxy access. For non-shared connections,
`parentConnectionId` is omitted.

## Path parameters

- `id` string, uuid, required — Unique identifier of the connection whose proxy settings should be returned.

## Headers

- `X-Polytomic-Version` string

## Response `200`

OK

- ConnectionProxySettingsEnvelope
  - `data` ConnectionProxySettingsResponse
    - `backendType` string — Connection backend identifier (e.g. hubspot, salesforce).
    - `connectionId` string, uuid — Unique identifier of the requested connection.
    - `enabled` boolean — True when the connection can currently be used through the Connection Proxy API.
    - `parentConnectionId` string, uuid — Unique identifier of the parent connection where proxy settings are stored. Omitted for non-shared connections.
    - `supported` boolean — True when the connection backend supports the Connection Proxy API.

## Other responses

- `401` — Unauthorized
- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.net/polytomic/apis/polytomic-api.md) · [All operations](https://skmtc.net/polytomic/apis/polytomic-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/polytomic/polytomic-api/versions/5e9bcd4cfb2d/schema)
