Skip to main content
POST
/
webhooks
/
{id}
/
notify
Notify a webhook subscription
curl --request POST \
  --url https://api.smokeball.com/webhooks/{id}/notify \
  --header 'Authorization: <api-key>' \
  --header 'x-api-key: <api-key>'
{
  "type": "<string>",
  "title": "<string>",
  "status": 123,
  "detail": "<string>",
  "instance": "<string>"
}

Authorizations

x-api-key
string
header
required
Authorization
string
header
required

Path Parameters

id
string
required

Response

When request is successful. Notifies the webhook subscription.