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
The response is of type object.
object
Was this page helpful?