---
title: "List Webhooks in Group"
method: GET
path: "/team-messaging/v1/groups/{groupId}/webhooks"
tags: ["Incoming Webhooks"]
---

# List Webhooks in Group

`GET /team-messaging/v1/groups/{groupId}/webhooks`

Returns webhooks which are available for the current user by group ID.

## Path parameters

- `groupId` string, required

## Response `200`

OK

- TMWebhookList
  - `records` TMWebhookInfo[]
    - `id` string — Internal identifier of a webhook
    - `creatorId` string — Internal identifier of the user who created a webhook
    - `groupIds` string[] — Internal identifiers of groups where a webhook has been created
    - `creationTime` string, date-time — Webhook creation time in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format
    - `lastModifiedTime` string, date-time — Webhook last update time in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format
    - `uri` string, uri — Public link to send a webhook payload
    - `status` 'Active' | 'Suspended' | 'Deleted' — Current status of a webhook

## Other responses

- `404` — Group with specified ID is not found.

---

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