# Send a track webhook event trigger to the specified URL **POST /V2/winkelstraat/push_api/webhook-trigger/track** Send a track webhook event trigger to the specified URL. Requires tracking number that must be related to the shipment. The configured API key will be used when no API key is provided. ## Servers - https://m2.winkelstraat.nl/rest/all: https://m2.winkelstraat.nl/rest/all () ## Parameters ### Body: application/json (object) - **shipmentToken** (string) A valid shipment token. WS.NL will provide this value. - **trackNumber** (string) A valid track number related to the shipment. WS.NL will provide this value. - **url** (string) The URL to which the data is sent. - **apiKey** (string) The API key for authorization. ## Responses ### default Unexpected error #### Body: application/json (object) - **message** (string) Error message - **errors** (array[object]) Errors list - **code** (integer) Error code - **parameters** (array[object]) Error parameters list - **trace** (string) Stack trace [Powered by Bump.sh](https://bump.sh)