---
title: "Get webhook configuration"
method: GET
path: "/webhooks"
tags: ["Webhook API"]
---

# Get webhook configuration

`GET /webhooks`

Returns configured webhook URL and list of webhook event types enabled for the store

## Headers

- `X-PF-Store-Id` string

## Response `200`

OK

- object
  - `code` integer — Response status code `200`
  - `result` WebhookInfo
    - `url` string — Webhook URL that will receive store's event notifications
    - `types` string[] — Array of enabled webhook event types
    - `params` object

## Other responses

- `401` — Unauthorized

---

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