About Keelvar's REST API
Keelvar's RESTful API enables you to send data to Keelvar's Sourcing Optimizer and Autonomous Sourcing solutions, and also to retrieve data from these products for use in your other business systems.
Below are some basic properties of our REST API.
HTTP: We use a RESTful API over HTTP, with a base domain URL of
https://my.keelvar.app/api
Headers: These are the specific headers you need to include when making requests to our API:
Authentication: Bearer <API Key>
(see the Authentication section)Content-Type: application/json
Data Format: Our API accepts and returns JSON, with UTF-8 encoding.