Skip to content
English - United Kingdom
  • There are no suggestions because the search field is empty.

How do I use the V4 Concierge API for utility switching and sales completion services?

The V4 Concierge API gives authorised third-party service providers access to tenant, landlord, and property data for utility switching and sales completion workflows. GDPR consent is enforced automatically. All endpoints are at https://live-api.letmc.com/v4/concierge/.

Who this API is for

The V4 Concierge API is designed for authorised third-party providers including utility switching companies, property concierge services, and sales completion specialists. Standard API keys do not provide access — a concierge-specific API key is required. Contact your client to request this.

GDPR compliance

This API enforces GDPR consent checking automatically. Tenant and landlord contact data is only returned when the individual has provided explicit consent for "Concierge Services" data processing. This cannot be bypassed. Each contact record includes consent status — integrators must respect any data processing restrictions indicated.

Utility switching workflow

  1. Get branchesGET /v4/concierge/{shortName}/company/branches/{offset}/{count}
  2. Get concierge-managed tenanciesGET /tenancies/conciergemanaged/{offset}/{count} (filter by branchID)
  3. Get tenant contactsGET /contacts/tenants/{offset}/{count} (GDPR protected; filter by tenancyID)
  4. Get property detailsGET /properties/{propertyID} Returns address, gas and electricity meter numbers, EPC energy ratings, and council tax band — specifically designed for utility switching.
  5. Get landlord detailsGET /contacts/landlord/{landlordID} (GDPR protected)

Sales completion workflow

  1. Get branches
  2. Get concierge-managed sales instructionsGET /salesinstructions/conciergemanaged/{offset}/{count} (filter by branchID, startDate, endDate)
  3. Get vendor informationGET /contacts/vendors/{offset}/{count} (filter by salesInstructionID)
  4. Get purchaser informationGET /contacts/purchasers (filter by salesInstructionID)
  5. Get property information — GET /properties/{propertyID}

Additional endpoints

  • Specific branch: /company/branches/{branchID}
  • Specific geographical area: /company/areas/{areaID}
  • Specific tenant: /contacts/tenants/{tenantID} (GDPR protected)
  • Specific vendor: /contacts/vendors/{vendorID}

Custom field management

  • Get definition: /company/object/{objectID}/customfield
  • Get value: /company/objects/{objectID}/{fieldID}/value
  • Set value: POST /company/objects/{objectID}/{fieldID}/customfield

Test with Swagger: Select "V4.Concierge" from the tier dropdown. Remember that personal data will only be returned if GDPR consent exists for concierge services.