cURL
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 } '
Configure Fivetran as a destination for streaming event data
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Fivetran configuration details
Fivetran connector ID
Fivetran API key
Target schema name
Whether streaming to this sink is enabled
Fivetran sink configured successfully