The Knoma API is organised around REST. Our API has predictable resource-oriented URLs, accepts form-encoded request bodies, returns JSON-encoded responses, and uses standard HTTP response codes, authentication, and verbs.

You can use the Knoma API in test mode, which doesn't affect your live data. The API key and base URL you use to authenticate the request determines whether the request is live mode or test mode.

https://www.knoma.io/api/v1
https://demo.knoma.io/api/v1