GET
/
public
/
v1
/
webhooks
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"
    }
  ]
}

Authorizations

x-api-key
string
header
required

The API Key generated from your Fello account.

Response

200
application/json
Success

The response is of type object.