Process Pending Events
POST/api/temu/:integration_instance/webhook-events/process
Synchronously process all pending webhook events for the integration instance (optionally scoped to a single event code).
Request Body:
event_code(optional) - Restrict to one TMC event code fromTemuEventCodeEnum.limit(optional, 1-100) - Maximum number of events to process in this call.
Response:
data.processed_countdata.failed_count
Request
Responses
- 200
Successful response