The Knoma API uses API keys to authenticate requests. You can view and manage your API keys in the Knoma Partner Portal.

Your API keys carry many privileges, so please be sure to keep them secure. Do not share your secret API keys in publicly accessible areas such as Github, client-side code, and so forth.

Authentication is made via Bearer token -H "Authorization: Bearer abcd_your_token

All API requests must be made over HTTPS. Calls made over plain HTTP will fail. API requests without authentication will also fail.