List webhook notifications
Webhook-Notifications
/api/partner/v2/webhook-notifications
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
| HTTP Status | Code | Message |
|---|---|---|
| 401 | UNAUTHORIZED | ”API Key is missing” |
| 401 | UNAUTHORIZED | ”Invalid API Key format” |
| 401 | UNAUTHORIZED | ”Invalid API Key” |
| 403 | INVALID_PARTNER_FLOW | ”The partner has an invalid flow.” |
Endpoint-Specific Errors
| HTTP Status | Code | Message |
|---|---|---|
| 400 | INVALID_USER_INPUT_ERROR | ”Invalid User Input” (invalid query parameter) |
Headers
Api key for the affiliated partner that is 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