Skip to main content
POST
Create a connection

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
type
enum<string>
required

Discriminator. Must be connections_dataset.

Available options:
connections_dataset
dataset_id
integer<int64>
required

The dataset whose data is routed to the connector.

profile_id
string<uuid>
required
quick_settings
object

Optional connector-specific settings, validated by the connector.

Response

201 - application/json

Created

type
enum<string>
Available options:
connections_dataset
id
string<uuid>
app
object
created_at
string<date-time>
dataset_id
integer<int64>
installation_id
integer<int64>
quick_settings
object
profile_id
string<uuid>
profile
object
status
enum<string>
Available options:
active,
archived