Skip to content

Get unit details

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

Return a unit details from an unit_xid and community_id

community_id
required
string

The Community ID, this will look like either ‘1234’ or ‘P1234-567’. Alternatively, if you prefix this value with partner-id:, for example partner-id:apts123 you can use your own community, as long as you have previously provided that ID to Funnel.

Examples

Funnel Community ID

The raw integer Funnel ID of a community.

1234
unit_xid
required
string

The external id for the unit.

Example
123

Success

object
community_id

The id of the community

integer
123
building_id

The id of the building

integer
123
unit_id

The id of the unit

integer
123
unit_xid

The unit_xid

string
123

We were unable to authenticate your request with the provided API key.

object
error_type
string
CommunityNotFound
message
string
Could not find community with corresponding ID.

The unit does not exist.

object
error_type
string
UnitNotFound
message
string
Unit not found.