---
title: "List Webhooks"
method: GET
path: "/team-messaging/v1/webhooks"
tags: ["Incoming Webhooks"]
---

# List Webhooks

`GET /team-messaging/v1/webhooks`

Returns the list of all webhooks associated with the current account.

## 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

---

[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)
