function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Neil ReynoldsNeil Reynolds 

Platform Integration - Identifying API

Hi Everyone,

We are looking to integrate SalesForce with another platform, however when using our Administrator access we don't appear to have the privileges to use this function.

How are we able to identify what our SalesForce API is?
Anurag VermaAnurag Verma
Hi Nell,
You can integrate with salesforce using SOAP or REST API. Depending on your requirements you can select either one. Please go through links below for details:

https://developer.salesforce.com/page/Salesforce_APIs

https://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/intro_what_is_rest_api.htm 

https://developer.salesforce.com/docs/atlas.en-us.api.meta/api/
Neil ReynoldsNeil Reynolds
Hi Anurag,

Thanks for your response. 

How do I find my API version?

Thanks
Anurag VermaAnurag Verma
Hi Nell,

To find API version you can generate partner WSDL file. First line in the generated WSDL file will have your org's API version. You can download partner WSDL from Setup - > Build -> Develop -> API -> Generate Partner WSDL

Thanks
Neil ReynoldsNeil Reynolds
Hi Anurag,

Thanks for you response.

We have tried this already, however we get a message that states that we don't have the neccessary permissions despite being logged in as the administrator.

Any ideas?

Thanks

Neil.