# Webhook/winkelstraat/push api/v1/track **POST winkelstraat/push-api/v1/track** The shipment track webhook performs a POST in JSON format to a designated endpoint of the merchant. The events are send when both a track and the corresponding shipping label are successfully created. The use of this webhook has been deprecated. Please use a new webhook for the new version of the API. The new webhook is called `winkelstraat/push-api/v2/track`. ## Servers - http://api.example.com: http://api.example.com () ## Parameters ### Headers - **x-version** (string) Version of the webhook. - **x-api-key** (string) The API-key is a shared secret that can be used to authenticate the incomming request. ### Body: application/json (object) - **track_number** (string) - **carrier_code** (string) - **shipment_id** (string) - **last_modified** (string(date-time)) - **shipping_method** (string) - **order_id** (string) - **track_id** (string) - **tracking_label_url_a6** (string) - **tracking_label_url_orig** (string) - **tracking_url** (string) - **uid** (string) The `uid` is deprecated, migrate to 'track_id'. ## Responses ### 200 Ok ### 202 Accepted ### 406 Not accepted [Powered by Bump.sh](https://bump.sh)