cURL
curl --request GET \ --url https://api.hifello.com/public/v1/webhooks \ --header 'x-api-key: <api-key>'
{ "webhooks": [ { "subscriptionId": "<unique-subscription-id>", "url": "https://example.com/webhook", "eventType": "FormSubmission", "status": "Active", "createdAt": "2021-01-01T00:00:00.000Z", "updatedAt": "2021-02-01T00:00:00.000Z" } ] }
Lists the event webhooks that you’re currently subscribed to.
The API Key generated from your Fello account.
Success
The response is of type object.
object
Was this page helpful?