Webhooks
/
List Webhooks

List Webhooks

GET
https://api.vivamo.co/v1/operators/webhooks

Retrieve all webhook endpoints registered for your operator account, including their URL, status, event types, and custom headers.

Response

List of registered webhooks.
    array
      _id
      string
      Unique webhook ID.
      url
      string
      The registered webhook URL.
      status
      string
      Webhook status.
        active
        string
        inactive
        string
      eventTypes
      array of string
      Subscribed event types.
        transaction
        string
        kyc_verification
        string
        customer_w9_required
        string
        customer_w9_completed
        string
      headers
      object
      Custom headers included with each delivery.
      createdAt
      string
Built with