---
title: "Retrieve Outgoing Webhooks List"
method: GET
path: "/company/v1/webhooks"
tags: ["outgoing webhooks (usersService)"]
---

# Retrieve Outgoing Webhooks List

`GET /company/v1/webhooks`

Retrieves a list of outgoing webhooks added by the user. Available only for admin users.

## Response `200`

OK

- object
  - `data` OutgoingWebhook[]
    - `id` integer
    - `url` string, uri — Should be unique per portal
    - `active` boolean
    - `user_id` integer
    - `confirmed` boolean
    - `created_at` integer
    - `updated_at` integer
    - `events` OutgoingWebhookEvent[]
      - `service` 'crm' | 'tasks' | 'news_feed' | 'comments', required
      - `type` 'post' | 'comment' | 'task' | 'entity_crm', required
      - `table_name` string, nullable
      - `actions` string[], required

## Other responses

- `401` — Access token is missing or invalid
- `403` — Forbidden

---

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