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

# Retrieve Incoming Webhooks List

`GET /company/v1/incoming_webhooks`

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

## Query parameters

- `page` integer
- `list` number
- `active` boolean
- `created_at[][]` array[]
  - integer[]
- `userId` integer
- `permissions[]` string[]
- `name` string

## Response `200`

OK

- object
  - `data` IncomingWebhook[]
    - `id` integer
    - `name` string
    - `active` boolean
    - `user_id` integer
    - `created_at` integer
    - `updated_at` integer
    - `permissions` object[] — List of permissions associated with the webhook.
      - `service` 'crm' | 'activities' | 'tasks' | 'comments' | 'company' | 'newsfeed' | 'messenger' | 'groups' | 'files' | 'email', required — The service that the webhook has permission for.
    - `webhook_url` string, uri
  - `meta` Meta
    - `currentPage` number
    - `from` number
    - `lastPage` number
    - `links` object[]
      - `url` string
      - `label` string
      - `active` boolean
    - `path` string
    - `perPage` number
    - `to` number
    - `total` number

## Other responses

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

---

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