get https://hover.to/api/v2/capture_requests/
Overview
This endpoint returns the raw HTML page that is designed to prompt a user to download the Hover mobile application to capture a property. The (required) path parameter, capture_request_identifier
, can be obtained by calling the List Capture Requests endpoint.
Learn More
To learn more about the process of using a Capture Request link, please check out this guide.
Sample Response Snippet
<html>
<body>You are being
<a class='preserveHtml' class='preserveHtml' class='preserveHtml' class='preserveHtml' class='preserveHtml' class='preserveHtml' class='preserveHtml' href="https://hover.to/download-invite.html?token=xf7-ZQ&requesting_user_name=username;requesting_org_name=BluthCompanies;capturing_user_phone=5558675309">redirected</a>.
</body>
</html>