Skip to main content
GET
/
webhooks
/
{id}
Get webhook subscription
curl --request GET \
  --url https://api.heffl.com/api/v1/webhooks/{id} \
  --header 'x-api-key: <api-key>'
{
  "id": "<string>",
  "name": "<string>",
  "url": "<string>",
  "events": [
    "<string>"
  ],
  "status": "<string>",
  "createdAt": "2023-11-07T05:31:56Z"
}

Authorizations

x-api-key
string
header
required

API key for authentication. Get yours at app.heffl.com/settings/developers

Path Parameters

id
string
required

Webhook endpoint public ID

Response

200 - application/json

OK

id
string
required
name
string
required
url
string
required
events
string[]
required
status
string
required
createdAt
string<date-time>
required