cURL
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>" }
Notifies a webhook subscription with a ‘noop’ event type.
Used for testing purposes.
When request is successful. Notifies the webhook subscription.