get https://hover.to/api/v2/capture_requests/
Why would I use this?
This endpoint returns the HTML to download our mobile application, signup, and associate the new user account with the capture request. You might use this endpoint to recieve a Capture Request link for a specific Capture Request to populate into a message, email or other artifact.
Getting a Capture Request Link
To learn more about how to get a link to a Capture Request, please see our guide here.
Response Code Snippet
This endpoint returns the HTML to download our mobile application, signup, and associates the new user account with the capture request. An example 302 redirect response is shown here, then follow below to learn more about the request, and what makes up the responses.
<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>