Error: Missing key parameter'); } $key = $_GET['key']; // Load webhooks $raw = file_get_contents($dataPath); $data = json_decode($raw, true); // Find the webhook $webhook = null; foreach ($data['webhooks'] as $w) { if ($w['key'] === $key) { $webhook = $w; break; } } if ($webhook === null) { http_response_code(404); die('
= htmlspecialchars($webhook['key']) ?>