---
title: "Get webhook subscription"
method: GET
path: "/v2/webhooks/subscriptions/{requestId}"
tags: ["Webhooks"]
---

# Get webhook subscription

`GET /v2/webhooks/subscriptions/{requestId}`

Retrieve webhook subscription information for a specific requestId. Free API - does not count towards usage quota.

## Path parameters

- `requestId` string, required

## Response `200`

Subscription info retrieved successfully

- GetWebhookSubscriptionResponse — Single webhook subscription response
  - `success` boolean, required
  - `data` TrackingRequestDocument — unresolved $ref
  - `error` object
    - `code` string, required
    - `message` string, required

## Other responses

- `401` — Authentication failed
- `404` — requestId not found

---

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