Yes you just echo it in the page as body content. No HTML tags JUST the contents of hub.challenge.
echo $_GET['hub.challenge']; exit;
$body = file_get_contents('php://input');