Skip to main content

Identity Verification

Use this endpoint to insert a link on the corresponding renter's guestcard to their Identity Verification results from a third party so agents may view the results.

POST
/api/partners/v1/community/:community_id/prospects/:funnel_renter_id/id-verification-link

Request

Example requestPOSTapplication/json
$ curl -X POST \
    -H "Content-Type: application/json" \
    -H "Authorization: Bearer YOUR_API_KEY" \
    -d '{ "third_party_self_guided_tour_id_verification_link": "https://thirdparty.com/identity-verification/results/123456" }' \
    "https://api.funnelleasing.com/api/partners/v1/community/1234/prospects/:funnel_renter_id/id-verification-link"

Response

Example responseJSON200 · application/json
{
"id": 123
}