Specification
Ship24 will be using an endpoint that needs to be created in your system and accessible by what we call your "Webhook URL.
POST https://your-server.com/your-endpoint
Ship24 will be pushing tracking results to your endpoint using POST.
The format of the request is detailed in the API Reference
The response body that you choose to return does not technically matter, as long as the endpoint answers an HTTP status code in the 2xx range. Nevertheless, we recommend returning useful information that can be helpful if any issue arises, while keeping the response body size reasonable to reduce your outgoing traffic costs.