Skip to main content
POST
/
v2
/
private
/
webhooks
/
{id}
/
logs
/
{logId}
/
resend
Resend logged event
curl --request POST \
  --url https://api.crowdchange.dev/v2/private/webhooks/{id}/logs/{logId}/resend \
  --header 'Authorization: <api-key>'
{
  "status": "ok"
}

Path parameters

id
integer
required
Webhook ID.
logId
integer
required
Log ID.

Response

status
string
Status of the operation. Check the logs if you want to know the HTTP-code returned by your server.
Other responses
StatusDescription
400Bad Request
401Unauthorized
403Forbidden
{
  "status": "ok"
}