API Overview

Keynest provides HTTPS based API which follows the essence of REST*. The HTTPS protocol's rules are followed thereby enabling simple HTTPS client tools like "postman" to be used.

Authentication

Keynest Api uses API Token Authentication for authenticating the API calls. keynest users who has api access can acquire token form profile section of secure.keynest.com".

Note: You need to send API Token as Authorization Header with all requests. The header key = "ApiKey" And the value = "{{Your Api Key}}"