Question
How do I find the connector_id
for the Fivetran REST API?
Environment
REST API
Answer
Connector IDs are not exposed in the UI and must be retrieved using the API. Please follow the steps below to locate the connector_id
:
- 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"
Cause
The connector_id
is required to make use of the Fivetran REST API for connector management.