Activity › Forums › Salesforce® Discussions › Define the terms API, API key and API id in Salesforce with an example?
-
Define the terms API, API key and API id in Salesforce with an example?
Posted by Avnish Yadav on June 27, 2018 at 1:51 PMDefine the terms API, API key and API id in Salesforce with an example?
Parul replied 7 years, 9 months ago 3 Members · 2 Replies -
2 Replies
-
Hi,
In simple language –
API – application programming interface, A set of functions and procedures that allow the creation of applications which access the features or data of an operating system, application, or other service.
API key – An application programming interface key (API key) is a unique code that is passed in to an application programming interface (API) to identify the calling application or user. API keys are used to track and control how the API is being used, for example to prevent malicious use or abuse of the API.
Hope this helps.
- [adinserter block='9']
-
Adding some points:
Stands for “Application Programming Interface.” … The Windows API, for example, provides developers with user interface controls and elements, such as windows, scroll bars, and dialog boxes. It also provides commands for accessing the file system and performing file operations, such as creating and deleting files.
API Key:
If there is a public/private distinction, then the public key is one that you can distribute to others, to allow them to get some subset of information about you from the api. The private key is for your use only, and provides access to all of your data.
Thanks
Log In to reply.