- Print
- DarkLight
- PDF
API security
Security in KeyCom API is handled by using token authentication. Token is generated for specific users and those users are authenticated by this token. User API access can be limited in similar ways as user access in the main application. API consumer is required to have a valid token issued for consumer and token must be placed to Authorization header with every API call.
Content of the header must be Token e149286560603fae6a1d3d5a8827e3f253de6f3a.
Note: There is mandatory prefix before token itself containing word "Token" and a space.
Token
Token issued for API consumer.
Type : apiKey
Name : Authorization
In : HEADER