Question
What version of the Salesforce API is Fivetran using?
Environment
Connector: Salesforce
Answer
To find the Salesforce API version, please follow the steps below:
- Navigate to the Logs tab on the Fivetran Salesforce Connector page.
- Query for
api_call
. - Expand the
api_call
events to find the API version number in the URI.
Cause
The Salesforce API Version can be found in the calls Fivetran makes. By looking at the /v<XX.X>/
in the URI, the Salesforce API version can be identified.