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, 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
      headers
      object
      Custom headers included with each delivery.
      createdAt
      string
Built with