List the company's webhooks

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

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.

Query Params
int32
Defaults to 25

Number of records to return per page.

int32
Defaults to 1

Current page number.

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.

Response

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