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).

Not yet available to API tokens

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

Request

Responses

OK

Response Headers
    Content-Type