curl --request GET \
--url https://app.larm.dev/api/v1/webhooks/{id}{
"data": {
"id": "550e8400-e29b-41d4-a716-446655440000",
"url": "https://example.com/webhooks/larm",
"events": ["monitor.state_changed", "monitor.created"],
"enabled": true,
"inserted_at": "2025-03-01T12:00:00Z",
"updated_at": "2025-03-01T12:00:00Z"
}
}
Returns a single webhook subscription by ID
curl --request GET \
--url https://app.larm.dev/api/v1/webhooks/{id}{
"data": {
"id": "550e8400-e29b-41d4-a716-446655440000",
"url": "https://example.com/webhooks/larm",
"events": ["monitor.state_changed", "monitor.created"],
"enabled": true,
"inserted_at": "2025-03-01T12:00:00Z",
"updated_at": "2025-03-01T12:00:00Z"
}
}
monitors:read permission.
{
"data": {
"id": "550e8400-e29b-41d4-a716-446655440000",
"url": "https://example.com/webhooks/larm",
"events": ["monitor.state_changed", "monitor.created"],
"enabled": true,
"inserted_at": "2025-03-01T12:00:00Z",
"updated_at": "2025-03-01T12:00:00Z"
}
}