Get Capture Request Link

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=&#x27;preserveHtml&#x27; class=&#x27;preserveHtml&#x27; class=&#x27;preserveHtml&#x27; class=&#x27;preserveHtml&#x27; class=&#x27;preserveHtml&#x27; class=&#x27;preserveHtml&#x27; class=&#x27;preserveHtml&#x27; href="https://hover.to/download-invite.html?token=xf7-ZQ&amp;requesting_user_name=username;requesting_org_name=BluthCompanies;capturing_user_phone=5558675309">redirected</a>.
    </body>
</html>

Language
Authorization
Bearer
URL
Click Try It! to start a request and see the response here!