Managing Subscriptions
List webhook subscriptions
List all webhook subscriptions for the shop.
GET
List all webhook subscriptions for the shop, newest first. The signing secret is never included in this response.
Query parameters
| Parameter | Type | Description |
|---|---|---|
page[number] | integer | Page number (default: 1) |
page[size] | integer | Results per page (default: 20, max: 100) |
Errors
| Status | Scenario |
|---|---|
401 | Missing or invalid API key |
429 | Rate limit exceeded (6 requests/second) |