# Webhook/winkelstraat/push api/v1/rma item **POST winkelstraat/push-api/v1/rma-item** The RMA item webhook performs a post in JSON format to a designated endpoint of the merchant. The events are send when items are received by the merchant or the RMA request is closed. 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/rma-item`. ## 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) - **rma_item** (object) - **order** (object) - **rma** (object) ## Responses ### 200 Ok ### 202 Accepted ### 406 Not accepted [Powered by Bump.sh](https://bump.sh)