POST
/
webhooks
/
{id}
/
notify
curl --request POST \
  --url https://api.smokeball.com/webhooks/{id}/notify \
  --header 'Authorization: <api-key>' \
  --header 'x-api-key: <api-key>'
This response does not have an example.

Authorizations

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

Path Parameters

id
string
required

Response

200

When request is successful. Notifies the webhook subscription.