List webhook events

Path parameters

organizationIdstringRequired

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Query parameters

typestringOptional

Event type filter (e.g., order.created)

fromstringOptional

From date (ISO string) inclusive

tostringOptional

To date (ISO string) inclusive

merchantIdstringOptional
Merchant id filter
resourceTypestringOptional

Resource type filter (e.g., order, contact)

resourceIdstringOptional

Resource id filter (e.g., ord_…, con_…)

pagedoubleOptional
Page number
limitdoubleOptional
Page size

Response

paginationobject
eventslist of objects

Errors