---
title: "List Webhooks"
method: GET
path: "/stores/{storeId}/webhooks"
tags: ["Webhooks"]
---

# List Webhooks

`GET /stores/{storeId}/webhooks`

List webhooks for store. Requires the [`webhooks_read`](/docs/api-reference/scopes) scope.

## Response `200`

Success

- object
  - `webhooks` WebhookReadSchema[], required
    - `callback` HttpsCallbackSchema, required — HTTPS callback
      - `auth` object, nullable, required — Authorization.
        - `bearer` object — Bearer
          - `token` string, password — Token for Bearer authorization.
      - `url` string, uri, required — HTTPS callback URL.
    - `createdAt` string, date-time, required — Time created.
    - `externalId` string, nullable — Optional external identifier.
    - `id` string — Webhook ID.
    - `kind` 'redo' | 'loop' — Webhook kind.
    - `topic` 'return', required — Webhook topic.
    - `updatedAt` string, date-time, required — Last time updated.

## Other responses

- `default` — Error

---

[API](https://skmtc.dev/redoapp/apis/redo-api.md) · [All operations](https://skmtc.dev/redoapp/apis/redo-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/redoapp/redo-api/revisions/119714540a45/schema)
