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 unique id for the webhook.
return.initiated
The date of the webhook.
The initiated return data.
Show child attributes
OK
Was this page helpful?