Webhooks
List webhooks
Retrieve all configured webhooks for the workspace, newest first. A workspace may have at most a small, fixed number of webhooks configured at once — see the create endpoint's error if that limit is reached.
Authorization
Public key x-fngs-public-key<token>
In: header
Response Body
application/json
application/json
curl -X GET "https://example.com/v0/webhooks/list"{ "status": "success", "data": { "webhooks": [ { "object": "webhook", "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "url": "string", "status": "active", "secret": "string", "events": [ "payment_success" ], "lastBlockReason": "malformed_url", "lastBlockedAt": null, "consecutiveFailures": 0, "failingSince": null, "createdAt": 0, "deletedAt": null } ] }}Get User's inventory items GET
Retrieve a complete list of items in the User's inventory with filtering options. This includes: - All purchased products - Subscription items - Limited-time access items Use filters to narrow down results by product type.
Create a webhook POST
Register a new webhook endpoint and subscribe it to one or more event types.