Skip to main content

List all webhooks

Retrieve a list of all webhooks for your organization.

Header Parameters
  • SlashID-OrgID string required

    The organization ID

    Example: af5fbd30-7ce7-4548-8b30-4cd59cb2aba1
Responses

OK


Schema
  • meta object
  • pagination object
  • limit integer
  • offset integer
  • total_count int64
  • errors object[]
  • httpcode integer
  • message string
  • result object[]
  • id string
  • name string

    Human-readable name for this webhook. This does not need to be unique, but it is recommended that you choose a name that can be used to distinguish this webhook from others.

  • description string

    A description of this webhook. This can be used to associate additional information with this webhook for future reference.

  • target_url string

    The target URL for this webhook. This URL must include the protocol, and the protocol must be HTTPS. A target URL can be registered at most once per organization, but each target URL can have multiple triggers.

  • custom_headers object

    A set of custom HTTP headers that will be included in requests to this webhook, provided as key-value pairs.

  • type
  • items string
  • timeout string

    The timeout that will be applied when calling this webhook.