Summary#
The Integration API provides a simple way to integrate your system to the system. The API allows you to create, get, update and cancel orders.For full details of the API, use the first part of your API URL followed by. /integration/swagger/Authentication#
The integration API uses basic authentication. Basic authentication is a simple authentication scheme built into the HTTP protocol. The client sends HTTP requests with the Authorization header that contains the word Basic followed by a space and a base64-encoded string username:password.For example, to authorize as demo / p@55w0rd the client would send:
Authorization: Basic ZGVtbzpwQDU1dzByZA==This site can be used to generate the header value:Date / Time#
The timezone used in the date-time fields will be converted to the time zone set up for the customer account when displayed in Statim Logistics.Webhooks & Subscriptions#
Webhooks and subscriptions are used to get updates from the Statim Logistics without having to poll the service. By registering a URL, the system will call back that URL to notify the external site of a change in API.Modified at 2025-01-22 13:50:24