Waiting for engine...
Skip to main content

Legacy Data Integration API Reference (1.0.0) - ShareConnection

Toggle Pane

Download OpenAPI Specification: Download

Share Connection

Get Connection Creation Shareable Link

Data Integration provides the ability to get a shareable link, that will open a connection modal (html) which can be shared with 3rd parties (like customers) in order to create a new connection inside Data Integration. The link is one-time only, and expires after 24 hours at most.

  • scope: connection:share
Authorizations:
BearerToken

Responses

Response Schema: application/json
url
string

link

Request samples

curl --location -g
--request GET 'https://console.rivery.io/api/connections/share_creation_link/{{datasourceTypeId}}' \
--header 'Authorization: Bearer <token>'

Response samples

Content type
application/json