v3

latestOpenAPI 3.1.0raw.githubusercontent.com2025-07-02111260.6 KB

Receive webhooks - Health check

This endpoint is NOT part of the Ship24 API but rather has to be implemented on your side in order to receive webhook messages. Ship24 will be probing this endpoint using a HEAD request to make sure your server is ready to receive webhooks. A HEAD request and response don't contain any body, you just need to return a 200 OK HTTP code to our HEAD requests. Learn how to set up and use webhooks.

headWebhook/your-endpoint

Headers

Authorizationstring

Ship24 will send your allocated webhook secret in each request.

Response

Indicates that your server is ready to receive requests on this endpoint.