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.

Not yet available to API tokens

This endpoint currently requires session authentication; Personal Access Token scope support is in progress.

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