Skip to main content
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 skip and limit to page through results. limit defaults to 20 and cannot exceed 100.
  • eventType: The eventType field reflects the event value from the notification payload (e.g. CREATED_ON_RAMP, CREATED_CROSS_RAMP, VERIFIED_USER).

Use Cases

  • Monitor failed deliveries: Filter by status=FAILED to 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

partner-api-key
string
header
required

API key for the affiliated partner performing the request.

Query Parameters

status
enum<string>

Filter by delivery status

Available options:
PENDING,
FAILED,
SENT,
NOT_SENT
skip
number

The number of elements to exclude from the results.

limit
number

The maximum amount of results to return. Defaults to 20, maximum 100.

sortBy
string

Supported values:

  • createdAt

Response

Returns a paginated list of webhook notifications for the partner.

success
boolean
Example:

true

data
object