Overview
Create integrations, retrieve data, and automate your delivery experience with the Karla REST API.
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.
Base URL
https://api.gokarla.io/v1/
See the API Reference for more information about each endpoint.
About the REST API
You can use Karla's API to build your own interactions. For example, you could use the API to send order fulfillments, to poll for tracking updates, to register webhooks to receive events...
Each REST API endpoint is documented individually, and the endpoints are categorized by the resource that they primarily affect.
In addition, you can interface using one of our clients that wrap the REST API.