Get all PartnerEntities
GET/partner/entities
Retrieves all PartnerEntities associated with the authenticated partner, each with the origins that belong to it.
Use this endpoint to look up externalEntityId
This is where you get the externalEntityId values you need elsewhere. In particular,
scoping a webhook subscription to a single project requires that id — see
Register a real-estate webhook subscription,
whose externalEntityId field expects exactly the value returned here.
Every PartnerEntity now has an externalEntityId. Entities created without one were assigned
a derived value of the form ext-id-<default origin label>, and new entities created without
one are given the same treatment.
So do not assume every id is one you supplied. This listing is the only place to read them, and it is what you should reconcile against before scoping a subscription — guessing an id you think you assigned may not match what exists.
origins is unique to this endpoint
The create and update endpoints return the entity without the origins array. Only this
listing includes it.
Request
Responses
- 200
- 401
- 403
- 503
List of PartnerEntities retrieved successfully
Unauthorized - Invalid or missing token
Forbidden - Partner does not have required permissions
Service Unavailable (ERR_UNABLE_TO_GET_PARTNER_ENTITY_BY_PROPS) - The entities could not
be retrieved. Infrastructure failures on this path are 503, not 500.