---
title: "List Webhooks"
method: GET
path: "/public/v3/Webhooks"
tags: ["Webhooks"]
---

# List Webhooks

`GET /public/v3/Webhooks`

View information about all webhooks within your organization.

## Query parameters

- `Name` string
- `PageSize` integer
- `PageNumber` integer

## Headers

- `x-tive-account-id` integer, required

## Response `200`

The requested webhooks

- WebhookResponsePaginatedResponse
  - `totalRecords` integer
  - `pageNumber` integer
  - `pageSize` integer
  - `data` WebhookResponse[], nullable
    - `webhookId` integer
    - `name` string, nullable
    - `description` string, nullable
    - `secretKey` string, nullable
    - `url` string, nullable
    - `httpMethod` string, nullable
    - `contentType` string, nullable
    - `headers` WebhookHeaderResponse[], nullable
      - `key` string, nullable
      - `value` string, nullable
    - `version` string, nullable
    - `template` string, nullable
    - `accountIds` integer[], nullable
    - `enabled` boolean
    - `applyToAllTrackers` boolean
    - `applyToAllShipments` boolean
    - `applyToAllAlertPresets` boolean
    - `authentication` WebhookAuthResponse
      - `authType` 1 | 2 | 3
      - `clientId` string, nullable
      - `oAuthTokenEndpointUrl` string, nullable
      - `oAuthScope` string, nullable
      - `oAuthAudience` string, nullable
      - `resourceOwnerUsername` string, nullable
      - `customBodyParams` string, nullable
      - `customAuthHeaders` string, nullable
      - `oAuthGrantType` string, nullable
      - `clientCredentialsInHeader` boolean
  - `next` string, nullable
  - `previous` string, nullable

## Other responses

- `400` — The requested webhooks are not available
- `401` — Unauthorized
- `500` — Internal Server Error

---

[API](https://skmtc.net/tive/apis/tive-public-api.md) · [All operations](https://skmtc.net/tive/apis/tive-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tive/tive-public-api/revisions/9a8d869e3cdc/schema)
