get https://hover.to/api/v2/capture_requests/exists
Why would I use this?
This endpoint checks to see if there is an existing capture request waiting for the user specified by the email parameter. You might use this to verify if a Capture Request has already been sent before sending a new one.
Response Code Snippet
See an example 200 response here confirming the capture request exists, then follow below to learn more about the request, and what makes up the responses.
{
"pending_capture_request_exists": true,
"requesting_user_name": "Lucille Bluth",
"capturing_user_exists": false
}