cURL
curl --request GET \ --url https://api.pandabase.io/v2/core/stores/{storeId}/webhooks \ --header 'Authorization: Bearer <token>'
{ "ok": true, "data": { "items": [ { "id": "<string>", "url": "<string>", "note": "<string>", "isEnabled": true, "eventTypes": [ "PAYMENT_PENDING" ], "secret": "<string>", "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z" } ], "pagination": { "page": 123, "limit": 123, "total": 123, "totalPages": 123 } } }
Store API token. Use the sk_ prefixed secret key as the Bearer token.
sk_
Store ID (shp_ prefix)
12 - 48
x >= 1
1 <= x <= 100
Paginated list of webhooks
Show child attributes