GuideLab API

Handle ShipEngine tracking webhook events

Receives exact ShipEngine API_TRACK payloads authenticated by a per-integration URL token and ShipEngine RSA signature.

POST
/webhooks/ship-engine/{integrationId}/{token}

Receives exact ShipEngine API_TRACK payloads authenticated by a per-integration URL token and ShipEngine RSA signature.

Path Parameters

integrationId*string
Formatuuid
token*string
Match^[A-Za-z0-9_-]{43}$/u

Response Body

application/json

curl -X POST "https://example.com/webhooks/ship-engine/497f6eca-6276-4993-bfeb-53cbbbba6f08/string"
{  "ok": true,  "duplicate": true}
Empty
Empty
Empty
Empty
Empty
Empty