Introduction¶
Welcome to the KeenDelivery API documentation. Here you will find the resource addresses and the explanation on how to use our API.
All of the endpoints start with https://portal.keendelivery.com/api/v2 and all the requests must use the following
headers:
| Header | Value | Comments |
|---|---|---|
| Accept | application/json | |
| Content-Type | application/json | Not required for GET requests |
Examples¶
The examples as listed in the documentation can also be found on GitHub: https://github.com/keendelivery/api