v1
latestOpenAPI 3.0.02026-07-135965404.0 KBWebhooks
Resend a webhook message
This endpoint will allow you to resend a webhook that was previously sent. Resent webhooks will send exactly the same as the original webhook with the exception of the “sent” timestamp. Activity IDs can be retrieve from the webhook logs in your account or via GET /activity/webhooks
post/webhooks/resend/{activityId}
Headers
ev-api-keystring required
API key required to make the API call.
ev-access-tokenstring required
Access token required to make the API call.
Response
Successful operation
Example response
{
"responseStatus": 200,
"data": []
}