Resend Latest Webhook Event by Entity ID

A new header X-Violet-Event-Id-Source will be added to the request indicating the original event ID source.

Resend Latest Webhook Event by Entity ID

post

Creates a copy and resends latest single WebhookEvent by Entity ID.

Path parameters
webhook_idinteger · int32Required
entity_idinteger · int64Required
Header parameters
X-Violet-TokenstringRequired
X-Violet-App-SecretstringRequired
X-Violet-App-Idinteger · int32Required
Responses
default
default response
application/json
post
POST /v1/events/webhooks/{webhook_id}/events/entity/{entity_id}/resend HTTP/1.1
Host: sandbox-api.violet.io
X-Violet-Token: text
X-Violet-App-Secret: text
X-Violet-App-Id: 1
Accept: */*
default

default response

{
  "id": 1,
  "app_id": 1,
  "webhook_id": 1,
  "entity_id": 1,
  "entity_external_id": "text",
  "status_code": 1,
  "response": "text",
  "event_type": "ORDER_UPDATED",
  "remote_endpoint": "text",
  "attempts": 1,
  "status": "CREATED",
  "date_created": "2025-07-10T07:32:20.965Z",
  "date_last_modified": "2025-07-10T07:32:20.965Z",
  "date_next_attempt": "2025-07-10T07:32:20.965Z"
}

Last updated

Was this helpful?