v1
latestOpenAPI 3.0.32026-08-06138294578.6 KBConnections
Get Connection 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.
get/api/connections/{id}/proxy/settings
Path parameters
idstring uuid required
Unique identifier of the connection whose proxy settings should be returned.
Example:248df4b7-aa70-47b8-a036-33ac447e668d
Unique identifier of the connection whose proxy settings should be returned.
Headers
X-Polytomic-Versionstring
Response
OK
Example response
{
"data": {
"connectionId": "248df4b7-aa70-47b8-a036-33ac447e668d",
"parentConnectionId": "248df4b7-aa70-47b8-a036-33ac447e668d"
}
}