cURL
curl --request POST \ --url https://staging-api.covver.io/api/ext/v1/backdoor/webhook \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "webhookEventType": "OrderConfirmed", "orderId": "<string>" } '
{ "success": true }
Backdoor for testing webhooks
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
OrderConfirmed
OrderFulfilled
OrderPlaced
Default Response