cURL
curl --request POST \ --url https://{yourDomain}/api/service/webhook-event/return.initiated \ --header 'Content-Type: application/json' \ --data '{ "id": "<string>", "type": "return.initiated", "date": "<string>", "payload": { "depositId": "<string>", "returnId": "<string>", "value": { "currency": "<string>", "amount": "<string>" }, "initiatedAt": "<any>" } }'
A return has been initiated
Data of the webhook event
The body is of type object.
object
OK
Was this page helpful?