---
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 webook event values
  - `headers` WebhookHeader[] — Array of custom webhook headers
    - `key` string, required — Key/name of a header
    - `value` string, required — Value of a header

## 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

- **2024-09-13** `5a15ef11fd60` — 14 warning
  - added the new `file_not_found` enum value to the `errors/items/allOf[subschema #1: error]/error_code/allOf[subschema #1: error_code]/` response property for the response status `400`
  - added the new `file_not_found` enum value to the `errors/items/allOf[subschema #1: error]/error_code/allOf[subschema #1: error_code]/` response property for the response status `500`
  - added the new `funding_source_error` enum value to the `errors/items/allOf[subschema #1: error]/error_code/allOf[subschema #1: error_code]/` response property for the response status `400`
  - added the new `funding_source_error` enum value to the `errors/items/allOf[subschema #1: error]/error_code/allOf[subschema #1: error_code]/` response property for the response status `500`
  - …10 more
- **2024-07-28** `99050ced80fa` — 8 warning, 14 info
  - removed the optional property `errors/items/allOf[subschema #1: error]/carrier_code` from the response with the `400` status
  - removed the optional property `errors/items/allOf[subschema #1: error]/carrier_code` from the response with the `500` status
  - removed the optional property `errors/items/allOf[subschema #1: error]/carrier_id` from the response with the `400` status
  - removed the optional property `errors/items/allOf[subschema #1: error]/carrier_id` from the response with the `500` status
  - …18 more

[Change 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/5a15ef11fd60/schema)
