Skip to main content

Process Pending Events

POST 

/api/temu/:integrationInstance/webhook-events/process

Processes pending webhook events for the instance. Both body fields are optional:

  • event_code (string, nullable) — restrict to a single event code. Must be one of the TemuEventCodeEnum values (validated server-side).
  • limit (int, nullable, 1-100) — cap the number of events processed in this call.
Authorization

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

Request

Responses

OK

Response Headers
    Content-Type