Activity › Forums › Salesforce® Discussions › What is API in Salesforce?
Tagged: Salesforce APIs
-
What is API in Salesforce?
Posted by Anurag algoworks on June 26, 2018 at 1:43 PMWhat is API in Salesforce?
Parul replied 7 years, 9 months ago 3 Members · 2 Replies -
2 Replies
-
In simple words, API stand for Application programming interface.API is protocol thorugh which one application communicate with other. Salesforce can integrate with third party application and communicate data with API.
Salesforce API are :-
- REST API
- SOAP API
- Tooling API
- Chatter REST API
- Apex REST API etc.
- [adinserter block='9']
-
Salesforce APIs: Below are the different types of Salesforce APIs available.
REST API: This is useful to access objects in your Salesforce organization using REST.
SOAP API: This API is useful to integrate your Salesforce organization data with other application using SOAP.
Bulk API: This API is useful to work with large number of records (Load or delete large number of records).
METADATA API: This API is useful to manage build tools and manage customizations.
Thanks
Log In to reply.