Sorry, no results found for "".
POST https://site-api.datocms.com/webhook_calls/:webhook_call_id/resend_webhook HTTP/1.1Authorization: Bearer YOUR-API-TOKENAccept: application/jsonX-Api-Version: 3
curl -g 'https://site-api.datocms.com/webhook_calls/:webhook_call_id/resend_webhook' \ -X POST \ -H "Authorization: Bearer YOUR-API-TOKEN" \ -H "Accept: application/json" \ -H "X-Api-Version: 3"
await fetch( "https://site-api.datocms.com/webhook_calls/:webhook_call_id/resend_webhook", { method: "POST", headers: { Authorization: "Bearer YOUR-API-TOKEN", Accept: "application/json", "X-Api-Version": "3", }, },);