Skip to main content
POST
/
streaming
/
fivetran
Configure Fivetran connector sink
curl --request POST \
  --url http://sandbox.mintlify.com/streaming/fivetran \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "connectorId": "<string>",
  "apiKey": "<string>",
  "schema": "<string>",
  "enabled": true
}
'

Authorizations

Authorization
string
header
required

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

Body

application/json

Fivetran configuration details

connectorId
string
required

Fivetran connector ID

apiKey
string
required

Fivetran API key

schema
string

Target schema name

enabled
boolean
default:true

Whether streaming to this sink is enabled

Response

200

Fivetran sink configured successfully