# Send a shipment webhook event trigger to the specified URL **POST /V2/winkelstraat/push_api/webhook-trigger/shipment** Send a shipment webhook event trigger to the specified URL. Requires a valid shipment token as UID. 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. - **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)