Create Partner Shared Connection
POST
https://app.polytomic.com/api/organizations/:org_id/connections/:connection_id/shared
Shares a connection with another organization in the caller's partner account.
Authentication
AuthorizationBearer
Bearer partner API key
Path parameters
org_idstringRequired
format: "uuid"Unique identifier of the organization that owns the parent connection.
connection_idstringRequired
format: "uuid"Unique identifier of the parent connection to share.
Headers
X-Polytomic-VersionstringOptional
Request
This endpoint expects an object.
child_organization_idstringRequired
format: "uuid"Unique identifier of the child organization that should receive the shared connection.
namestringOptional
Optional name for the shared copy. Defaults to the parent connection name.
Response
OK
dataobject
Errors
403
Forbidden Error
404
Not Found Error
500
Internal Server Error
