Fetch a Webhook using its ID

Log in to see full request history

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.

Path Params
int32
required

Specify the ID of the Webhook that you want to fetch.

Headers
string

Specify the timezone for formatting the timestamps.

boolean

Specify if you want to use the Metric units or the Imperial units. TRUE: Metric units. FALSE: Imperial Units

int32

Specify the ID of the Fleet Admin or the Fleet Manager who is accessing this endpoint.

Responses

Language
Credentials
Click Try It! to start a request and see the response here! Or choose an example:
application/json