Create Connection


Create Connection


The create connection request allows you to request the Connection Create Flow from the Powered by CData product.

Create Connection validates the JWT, creates the connection, and saves the connection to the child account Id.

Endpoint

POST /poweredby/connection/create

Request Header

Authorization: Bearer <jwt_token> The Powered by CData JWT which contains:
  - Parent Account Id
  - Child Account Id

Request Body

dataSource The type of data source (For example: Snowflake, Act-On, etc.).
  Note: You can obtain data source names from List Data Sources.
redirectURL The URL to redirect the customer once the customer has created the connection through the CData Connect Cloud UI.
name (Optional) If provided, the connection name.

Response

A string containing the URL to redirect the user to.