Question
How do I find the connector_id for the Fivetran REST API?
Answer
- Find the Group ID for your Warehouse.
Note: A group ID represents a destination. - Pass the Group ID into the List All Connectors Within a Group endpoint.
Example:
GET api.fivetran.com/v1/groups/{group_id}/connectors
- Find the desired connector ID in the JSON response.
Example:
Key-value pair:"id": "iodize_impressive"
Note: Connector IDs are not exposed in the UI so they must be retrieved using the API
Cause
The connector_id is required to make use of the Fivetran REST API for the connector management.
Comments
0 comments
Please sign in to leave a comment.