Create Shared Connection
POST
https://app.polytomic.com/api/connections/:parent_connection_id/share
🚧 Requires partner key
Shared connections can only be created by using partner keys.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
parent_connection_idstringRequired
Headers
X-Polytomic-VersionstringOptional
Request
This endpoint expects an object.
child_organization_idstringRequired
format: "uuid"namestringOptional
Response
OK
dataobject
Errors
401
Connections Create Shared Connection Request Unauthorized Error
403
Connections Create Shared Connection Request Forbidden Error
404
Connections Create Shared Connection Request Not Found Error
422
Connections Create Shared Connection Request Unprocessable Entity Error
500
Connections Create Shared Connection Request Internal Server Error
