Skip to main content

Get unit details

Return a unit details from an unit_xid and community_id

GET
/api/partners/v1/community/:community_id/unit-by-xid/:unit_xid/

Request

Example requestGET
$ curl -X GET \
    -H "Authorization: Bearer YOUR_API_KEY" \
    "https://api.funnelleasing.com/api/partners/v1/community/1234/unit-by-xid/:unit_xid/"

Response

Example responseJSON200 · application/json
{
"community_id": 123,
"building_id": 123,
"unit_id": 123,
"unit_xid": "123"
}