# Webhook/winkelstraat/push api/v2/rma **POST winkelstraat/push-api/v2/rma** The RMA webhook performs a post in JSON format to a designated endpoint of the merchant. The events are send when an RMA is created, a track is added, or the status changes. ## 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) - **status** (string) - **rma_id** (string) - **date_received** (string | null) The data received only has a date-time value if we have registered a delivery at the merchant. - **date_requested** (string(date-time)) - **track_number** (string | null) - **carrier_code** (string | null) - **track_url** (string | null) - **items** (array[object]) - **order** (object) - **shipment** (object) ## Responses ### 200 Ok ### 202 Accepted ### 406 Not accepted [Powered by Bump.sh](https://bump.sh)