Webhooks
Get Webhook Subscription
Request
GET /webhooks/{uuid}
Path Parameters
| Name | Description | 
|---|
| uuid | Required -- Webhook uuid | 
Request Curl Example
curl -X GET \
-H "Content-Type: application/json" \
-H "Authorization: Bearer d3d6763224e8f54ee5aeb08202b7eb101d97081876819cb48833d9f892185917" \
"https://api.statsignal.dev/v1/webhooks/b7335e08-b376-42a4-a04f-5c871a1c75ac"
Response Example
Status: 200 Ok
{
  "uuid": "b7335e08-b376-42a4-a04f-5c871a1c75ac",
  "topic": "monitors/status_change",
  "url": "https://report.example.com/status_change",
  "createdAt": "2021-05-09T04:38:42.09448Z",
  "updatedAt": "2021-05-09T04:47:28.583677294Z"
}