cURL
curl --request GET \ --url https://v2.flabs.in/client/events/getAllEvents \ --header 'Authorization: Bearer <token>'
{ "success": true, "message": "Subscribed events fetched successfully", "data": [ { "_id": "<unique id>", "events": [ "bill.completed" ], "protocol": "https", "createdAt": "2025-08-21T08:57:49.700Z", "updatedAt": "2025-08-21T08:57:49.700Z" } ] }
Retrieve all active webhook for your account, including event types, protocols, and metadata.
JWT token obtained from the authentication endpoint
Successfully retrieved webhook
true
"Subscribed events fetched successfully"
Show child attributes
Unique identifier for the webhook
List of subscribed event types
bill.created
bill.deleted
bill.completed
report.completed
Protocol used for webhook delivery
https
ISO 8601 timestamp when was created
ISO 8601 timestamp when was last updated
Was this page helpful?