Skip to main content

List Webhook Events

GET 

/api/temu/:integrationInstance/webhook-events

Paginated list of webhook events for the given integration instance. Uses Spatie QueryBuilder with shared getWebhookEventAllowedFilters (text/numeric/datetime filters + AdvancedSearch) and supports grouped advanced filters via filter_groups. Default sort is -created_at, default per_page is 10. Returns Temu webhook event object payloads (truncates processing_error to 200 chars + ellipsis).

Authorization

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

Request

Responses

OK

Response Headers
    Content-Type