Fivetran

Type: Ingestion

Website: https://www.fivetran.com/

API Docs: https://fivetran.com/docs/rest-api

Authentication

To authenticate Orchestra to Fivetran, you need to generate an API Key in Fivetran. You can find instructions on how to do that here.

Make a note of the key and the secret, and store them somewhere safe.

Fivetran REST API uses API Key authentication. For each request to the API provide an Authorization HTTP header with the following value: Basic {api_key}:{api_secret}. The {api_key}:{api_secret} part are base64 encoded when we make requests to Fivetran.

Jobs

Job nameDescription

Fivetran sync all

This job triggers a connector using this endpoint.

Last updated