List webhook notifications
Webhooks · Notifications
List Webhooks
GET
List webhook notifications
Returns a paginated list of webhook notifications sent on behalf of your partner account. Filter by
status to quickly surface failed deliveries that may need attention.
For an overview of webhook events and payload structures, see the Webhooks Guide.
Important Notes
- Scoped access: Only notifications belonging to your partner account are returned.
- Pagination: Use
skipandlimitto page through results.limitdefaults to 20 and cannot exceed 100. eventType: TheeventTypefield reflects theeventvalue from the notification payload (e.g.CREATED_ON_RAMP,CREATED_CROSS_RAMP,VERIFIED_USER).
Use Cases
- Monitor failed deliveries: Filter by
status=FAILEDto identify notifications that need to be retried. - Reconciliation: Cross-reference notification timestamps against your internal event log.
- Audit trail: Review all webhook activity for compliance or debugging.
Error Codes
Common Errors
Endpoint-Specific Errors
Authorizations
API key for the affiliated partner performing the request.
Query Parameters
Filter by delivery status
Available options:
PENDING, FAILED, SENT, NOT_SENT The number of elements to exclude from the results.
The maximum amount of results to return. Defaults to 20, maximum 100.
Supported values:
- createdAt