Overview
Authentication
The development environment URL for the API is https://development.knotapi.com
and the production environment URL is https://production.knotapi.com
.
Authentication to the API is performed via HTTP basic authentication. Requests made over plain HTTP or without authentication will fail. Use your client_id
as the basic auth username value and your secret
as the basic auth password value.
Was this page helpful?