Fetch a list of all the company's webhooks

Purpose: Use this API to fetch a list of all the available Webhooks of your company. You can use these webhooks to send real-time date to another system automatically when a specific event occurs. They're commonly used for notifications, integrations, and automated workflows.

Response Parameters

company_webhooks

id

  • Type: Integer
  • Description: The unique identifier for the webhook.

url

  • Type: String
  • Description: The URL to which the webhook sends data.

secret

  • Type: String
  • Description: A secret key used for webhook authentication.

format

  • Type: String
  • Description: The format of the webhook data (e.g., json).

actions

  • Type: Array of Strings
  • Description: The list of actions that trigger the webhook.

enabled

  • Type: Boolean
  • Description: Indicates whether the webhook is enabled.

Language
Credentials
Header
Click Try It! to start a request and see the response here!