Create Shared Connection
POST
https://app.polytomic.com/api/connections/:id/share
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
idstringRequired
Headers
X-Polytomic-VersionstringOptional
Request
This endpoint expects an object.
organization_idstringRequired
format: "uuid"namestringOptional
Response
OK
dataobject
Errors
401
API V2create Shared Connection Request Unauthorized Error
403
API V2create Shared Connection Request Forbidden Error
404
API V2create Shared Connection Request Not Found Error
500
API V2create Shared Connection Request Internal Server Error
