Version: 2.0
myKaarma Pickup & Delivery API
The myKaarma Pickup and Delivery API is a RESTful API which lets users schedule/manage pickup and delivery trips for their customers.
#Errors
The API uses standard HTTP status codes to indicate the success or failure of the API call. errorCode
and errorDescription
in response will provide precise reason for the error. List of HTTP status codes used by API:
HTTP Status Code | Description |
---|---|
200 | Ok |
400 | Bad Request |
500 | Internal Server Error |