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

# List Webhooks

`GET /v1/environment/webhooks`

List all webhooks currently enabled for the account.

## Response `200`

The request was a success.

- Webhook[] — A webhook list response body
  - `webhook_id` string — A string that uniquely identifies a ShipEngine resource, such as a carrier, label, shipment, etc.
  - `url` string, url — A URL
  - `event` 'batch' | 'carrier_connected' | 'order_source_refresh_complete' | 'rate' | 'report_complete' | 'sales_orders_imported' | 'track' — The possible webhook event values
  - `headers` WebhookHeader[] — Array of custom webhook headers
    - `key` string, required — Key/name of a header
    - `value` string, required — Value of a header
  - `name` string — The name of the webhook
  - `store_id` integer — Store ID

## Other responses

- `400` — The request contained errors.
- `500` — An error occurred on ShipEngine's side. > This error will automatically be reported to our engineers.

## Changes

- **2025-11-07** `bacb12a49a2b` — 2 info
  - added the optional property `items/allOf[subschema #1: webhook]/name` to the response with the `200` status
  - added the optional property `items/allOf[subschema #1: webhook]/store_id` to the response with the `200` status
- **2024-10-08** `e4ae9b442f54` — 6 info
  - added the optional property `errors/items/allOf[subschema #1: error]/carrier_code` to the response with the `400` status
  - added the optional property `errors/items/allOf[subschema #1: error]/carrier_code` to the response with the `500` status
  - added the optional property `errors/items/allOf[subschema #1: error]/carrier_id` to the response with the `400` status
  - added the optional property `errors/items/allOf[subschema #1: error]/carrier_id` to the response with the `500` status
  - …2 more
- …earlier changes not shown

[Full history](https://skmtc.dev/shipengine/apis/shipengine-api/changes/v1/environment/webhooks/get.md)

---

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