API Keys
The Intelligent Handshake® API Keys are used to identify, authenticate, and grant authorization to Intelligent Handshake® resources.
Getting Started
- Request your lab API Key.
- Implement lab to lab prototype.
- Collaborate to certify implementation on both ends.
- Deploy new Production API Key assigned.
How to Request your lab API Key
Send an email to info@intelligenthandshake.com to request your API Key.
Include the following:
- Your information (Name, Title, Phone, & Email)
- Your company information (Company Name)
- API Key Type: (Public or Private)
API Key Types
There are 2 types of API Keys and great care needs to be taken to not cross their uses.
Public API Key
The Public API Key is an identification only API Key solely used to identify the origination of the network request.
Since is it not used for authentication, it can be publicly shared across the Internet.
It is used for client-side HTML and JavaScript requests where the API Key is embedded in publicly accessible code.
Private API Key
The Private API Key is an authentication API Key granting protected access to the Intelligent Handshake® platform and must not be exposed plain text to Internet traffic.
It is used for server-side API calls.