Skip to main content

List Webhook Subscriptions

GET 

/v1/webhook-subscriptions

List Webhook Subscriptions

Request​

Query Parameters

    deleted boolean

    Shows deleted Webhook Subscriptions

    event WebhookEventsEnum

    Possible values: [validation_request.approved, validation_request.rejected, agent_verification.pending_review, agent_verification.pending_user_verification, agent_verification.approved, agent_verification.rejected, monitoring_subscription.updated, eligibility_subscription.updated, validation_submission.created, validation_submission.succeeded, validation_submission.failed, donation.hosted.payment_received]

    Filter by event

    Example: validation_request.rejected
    cursor string

    A cursor that points to where to start the page

    pageSize integer

    Default value: 25

    How many items per page, for pagination.

Responses​

Successfully lists Webhook Subscriptions

Schema
    data object[]
  • Array [
  • id string
    events WebhookEventsEnum[]

    Possible values: [validation_request.approved, validation_request.rejected, agent_verification.pending_review, agent_verification.pending_user_verification, agent_verification.approved, agent_verification.rejected, monitoring_subscription.updated, eligibility_subscription.updated, validation_submission.created, validation_submission.succeeded, validation_submission.failed, donation.hosted.payment_received]

    url website
    secret string
    createdAt date-time
    updatedAt date-timenullable
    deletedAt date-timenullable
  • ]
  • object string
    totalResults integer
    pageSize integer
    _links object
    current string
    next string
    prev string
Loading...