---
title: "Get all Webhooks"
method: GET
path: "/webhooks"
tags: ["Webhooks"]
---

# Get all Webhooks

`GET /webhooks`

Returns data about all the Webhooks of a company.

## Response `200`

The list of webhooks objects from the logged in company and user

- object
  - `success` boolean — If the response is successful or not
  - `status` string — The status of the response
  - `data` object[] — The array of Webhooks
    - `id` integer — The ID of the Webhook
    - `company_id` integer — The ID of the company related to the Webhook
    - `owner_id` integer — The ID of the user who owns the Webhook
    - `user_id` integer — The ID of the user related to the Webhook
    - `event_action` string — The Webhook action
    - `event_object` string — The Webhook object
    - `subscription_url` string — The subscription URL of the Webhook
    - `version` string — The Webhook version
    - `is_active` 0 | 1 — The Webhook's status
    - `add_time` string, date-time — The date when the Webhook was added
    - `remove_time` string, date-time, nullable — The date when the Webhook was removed (if removed)
    - `type` 'general' | 'application' | 'automation' — The type of the Webhook
    - `http_auth_user` string, nullable — The username of the `subscription_url` of the Webhook
    - `http_auth_password` string, nullable — The password of the `subscription_url` of the Webhook
    - `remove_reason` string, nullable — The removal reason of the Webhook (if removed)
    - `last_delivery_time` string, date-time, nullable — The last delivery time of the Webhook
    - `last_http_status` integer, nullable — The last delivery HTTP status of the Webhook
    - `admin_id` integer — The ID of the admin of the Webhook
    - `name` string — The Webhook name

## Other responses

- `401` — Unauthorized response

---

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