Managing Subscriptions
Retrieve a webhook subscription
Retrieve a single webhook subscription by its ID.
GET
Retrieve a single webhook subscription by its ID. The signing secret is never included in this response.
Path parameters
| Parameter | Type | Description |
|---|---|---|
id | string | The webhook subscription ID |
Errors
| Status | Scenario |
|---|---|
401 | Missing or invalid API key |
404 | No subscription with this ID exists for the shop |
429 | Rate limit exceeded (6 requests/second) |