Skip to main content

Get third party vla handling status for a prospect

Currently returns whether third party VLA handling (ex: MeetElise) is enabled

GET
/api/partners/v1/community/:community_id/renters/:funnel_renter_id/thirdparty/

Request

Example requestGET
$ curl -X GET \
    -H "Authorization: Bearer YOUR_API_KEY" \
    "https://api.funnelleasing.com/api/partners/v1/community/1234/renters/:funnel_renter_id/thirdparty/"

Response

Example responseJSON200 · application/json
{
"vla_handling_enabled": false
}