---
title: "List webhooks"
method: GET
path: "/webhooks"
tags: ["webhooks"]
---

# List webhooks

`GET /webhooks`

Retrieves a list of registered webhooks for the account

## Response `200`

List of webhooks retrieved successfully

- object
  - `webhooks` object[]
    - `WebHookID` integer
    - `SellerID` integer
    - `StoreID` integer, nullable
    - `HookType` string
    - `MessageFormat` string
    - `Url` string
    - `Name` string
    - `BulkCopyBatchID` integer, nullable
    - `BulkCopyRecordID` integer, nullable
    - `Active` boolean
    - `WebHookLogs` object[]
    - `Seller` object, nullable
    - `Store` object, nullable

## Other responses

- `401` — Unauthorized - Authentication credentials are missing or invalid
- `500` — Internal Server Error - An error occurred on the server

---

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