---
title: "Retrieve a list of webhooks"
method: GET
path: "/v1/shops/{shop_id}/webhooks.json"
tags: ["Webhooks"]
---

# Retrieve a list of webhooks

`GET /v1/shops/{shop_id}/webhooks.json`

Retrieve a list of webhooks

## Query parameters

- `limit` string
- `page` string

## Response `200`

Successful operation

- Webhook[]
  - `topic` string
  - `url` string, uri
  - `shop_id` string
  - `id` string

## Other responses

- `400` — Error response

---

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