v1

latestOpenAPI 3.1.02026-07-2617501.1 MB

List the company's webhooks

get/v1/company_webhooks

Query parameters

per_pageinteger

Number of records to return per page.

page_nointeger

Current page number.

Headers

X-Time-Zonestring

Specify the timezone for formatting the timestamps.

X-Metric-Unitsboolean

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

X-User-Idinteger

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

Response

200

Example response

{
  "company_webhooks": [
    {
      "company_webhook": {
        "id": 42,
        "url": "https://api.gomotive.com/callbacktest/842b02",
        "secret": "fe8b75de0a4e5898f0011faeb8c93654",
        "format": "json",
        "actions": [
          "vehicle_location_received"
        ]
      }
    }
  ],
  "pagination": {
    "per_page": 25,
    "page_no": 1,
    "total": 5
  }
}