Fetch a Webhook using its ID

Purpose: Use this API to fetch a single company Webhook using its ID.

📘

NOTE

You must mention the ID of the Webhook as a path parameter. Refer to the path parameter section for more.

Response Parameters

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!