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

# List all webhooks

`GET /webhooks`

Returns a list of all webhooks you have created.

## Response `200`

Paginated list of webhooks

- WebhookPaginatedList
  - `next` string
  - `previous` string
  - `count` integer
  - `results` Webhook[]
    - `event` string, required — Type of event that triggers the webhook.
    - `url` string, required — URL webhook events are sent to.
    - `active` boolean — Determines whether the webhook is active or not.
    - `is_test` boolean — Determines whether the webhook is a test webhook or not.
    - `object_created` string, date-time — Timestamp of the creation of the webhook.
    - `object_id` string — Unique identifier of the webhook. This can be used to retrieve or delete the webhook.
    - `object_updated` string, date-time — Timestamp of the last update of the webhook.
    - `object_owner` string — Username of the user who created the webhook.

---

[API](https://skmtc.net/goshippo/apis/shippo-address-api.md) · [All operations](https://skmtc.net/goshippo/apis/shippo-address-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/goshippo/shippo-address-api/revisions/26fcc6af452a/schema)
