Skip to main content

Reprocess Webhook Event

POST 

/api/xero/webhook-settings/:integrationInstanceId/events/:event/reprocess

Reprocess a single webhook event: resets it to received status and queues a background job that re-fetches the referenced record's current state from Xero. Returns the refreshed event immediately (status received, pending the queued job); processing happens asynchronously.

Authorization

Any valid API token can call this endpoint — no specific scope required. Manage tokens.

Path parameters:

  • integrationInstanceId (integer, required): Xero integration instance ID.
  • event (integer, required): webhook event ID (the id from List Webhook Events).

Returns 404 when the event does not exist.

Authentication: Bearer token.

Request

Responses

OK

Response Headers
    Content-Type