List webhook messages
Returns webhook messages sent to the organization, newest first. Scope to an endpoint with endpointId for per-endpoint delivery status and status filtering. Paginate with the iterator cursor returned by the previous page. Message history is retained for 90 days.
Query parameters
Scope results to a single endpoint. Required for status filtering.
Filter by event types (comma-separated)
Filter by delivery status. Only applies when endpointId is provided.
Only include messages created before this timestamp
Only include messages created after this timestamp
Filter by resource tag, e.g. a transfer or customer ID carried on the message
Pagination cursor returned by a previous page
Number of results to return per page
Headers
API key
Response
Webhook messages retrieved successfully
Example response
{
"data": [
{
"id": "msg_1234567890abcdef",
"eventType": "transfer.completed",
"tags": [
"tfr_1234567890abcdef",
"cus_1234567890abcdef"
]
}
]
}Changes
No recorded changes to this endpoint across all 2 revisions of this API.