Create Partner Shared Connection

Shares a connection with another organization in the caller's partner account.

Authentication

AuthorizationBearer
Bearer partner API key

Path parameters

org_idstringRequiredformat: "uuid"
Unique identifier of the organization that owns the parent connection.
connection_idstringRequiredformat: "uuid"
Unique identifier of the parent connection to share.

Headers

X-Polytomic-VersionstringOptional

Request

This endpoint expects an object.
child_organization_idstringRequiredformat: "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