How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Landmark Conveyancing Experience API

Panel conveyancing API for quoting, instructing and managing conveyancing work through Landmark Optimus. Introducers create quotes, choose a conveyancer and instruct on a client's behalf; conveyancers accept or reject assigned cases and progress them against one shared case record. Twenty paths across Quotes and Cases including quote PDF generation, persons, instruct, accept/reject, status, handler, activities, tasks, notes and documents. Version 0.8.1, OpenAPI 3.0.3, with several endpoints explicitly marked Preview and not yet safe to build against. Uses OData-style $filter and $orderby query parameters, but is not an OData service and publishes no $metadata document.

Landmark Conveyancing Experience API is one of 7 APIs that Landmark Information Group publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Conveyancing, Quotes, Cases, and Panel Management. The published artifact set on APIs.io includes an OpenAPI specification, an API reference, API documentation, and authentication docs.

This API exposes 23 operations across 20 paths, organized into 2 resource areas, and defines 63 schemas. It is described by OpenAPI 3.0.3, at version 0.8.1.

Requests are made against 2 base URLs: https://api.landmarkcloudservices.com/conveyances, https://uat-api.landmarkcloudservices.com/conveyances.

23 operations 20 paths 63 schemas 1 DELETE9 GET8 POST5 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
0.8.1
Base URL
https://api.landmarkcloudservices.com/conveyances
Authentication
OAuth 2.0
Resource Areas
2

Authentication & Security 1

Landmark Conveyancing Experience API declares 1 security scheme for authenticating requests. It supports OAuth 2.0 (BearerAuth) using the clientCredentials flow. By default, every request must be authenticated.

  • BearerAuth — OAuth 2.0 client credentials. Request an access token from the token endpoint for your environment, then send it as a bearer token on every request. See Authen…

Paths & Operations 23

Across 20 paths, the API surfaces 23 operations — 1 DELETE, 9 GET, 8 POST, 5 PUT. They span 2 resource areas: Quotes, Cases. Each is listed below with its method, path, parameters, and response codes.

Quotes 10

Quotes are where a job begins. You build a quote for your client's transaction, get back the panel conveyancers available to you with their pricing, and instruct one of them to tu…

POST
/quotes
Create New Quote
conveyances-experience-quote-create body → 201400401403404429500
GET
/quotes
List Quotes
conveyances-experience-quote-list 6 params → 200400401403404429500
GET
/quotes/{quoteId}
Retrieve Quote Details
conveyances-experience-quote-read 1 param → 200400401403404429500
GET
/quotes/{quoteId}/pdf
Download Quote PDF
conveyances-experience-quote-pdf-download 1 param → 200400401403404429500
POST
/quotes/{quoteId}/instruct
Instruct Quote
conveyances-experience-quote-instruct 1 param body → 201400401403404429500
PUT
/quotes/{quoteId}/property-address
Update Property Address
conveyances-experience-quote-address-update 1 param body → 200400401403404429500
PUT
/quotes/{quoteId}/product-details
Update Quote Product Details
conveyances-experience-quote-product-details-update 1 param body → 200400401403404429500
POST
/quotes/{quoteId}/persons
Add Person to Quote
conveyances-experience-quote-person-create 1 param body → 201400401403404429500
PUT
/quotes/{quoteId}/persons/{personReference}
Update Person on Quote
conveyances-experience-quote-person-update 2 params body → 200400401403404429500
DELETE
/quotes/{quoteId}/persons/{personReference}
Remove Person from Quote
conveyances-experience-quote-person-delete 2 params → 200400401403404429500
Cases 13

Once you instruct a quote it becomes a case. If you're the conveyancer, these are the cases assigned to you: you work them through to completion and post updates as you go. If you…

GET
/cases
List Cases
conveyances-experience-case-list 6 params → 200400401403404429500
GET
/cases/{caseId}
Retrieve Case Details
conveyances-experience-case-read 1 param → 200400401403404429500
POST
/cases/{caseId}/accept
Accept Case
conveyances-experience-case-accept 1 param → 200400401403404429500
POST
/cases/{caseId}/reject
Reject Case
conveyances-experience-case-reject 1 param body → 200400401403404429500
POST
/cases/{caseId}/status
Change Case Status
conveyances-experience-case-status-update 1 param body → 200400401403404429500
PUT
/cases/{caseId}/handler
Add Case Handler
conveyances-experience-case-handler-add 1 param body → 200400401403404409429500
GET
/cases/{caseId}/activities
List Case Activities
conveyances-experience-case-activity-list 4 params → 200400401403404429500
GET
/cases/{caseId}/tasks
List Case Tasks
conveyances-experience-case-task-list 1 param → 200400401403404429500
PUT
/cases/{caseId}/tasks/{taskId}/complete
Complete Case Task
conveyances-experience-case-task-complete 2 params → 200400401403404429500
GET
/cases/{caseId}/notes
List Case Notes
conveyances-experience-case-note-list 1 param → 200400401403404429500
POST
/cases/{caseId}/notes
Add Note to Case
conveyances-experience-case-note-create 1 param body → 201400401403404429500
POST
/cases/{caseId}/documents
Add Document to Case
conveyances-experience-case-document-create 1 param body → 201400401403404429500
GET
/cases/{caseId}/documents/{documentId}
Retrieve Document
conveyances-experience-case-document-read 2 params → 200400401403404429500

Schemas 63

The contract defines 63 schemas that model the data the API accepts and returns. The most detailed are Address (16 properties), RetrieveQuoteResponse (10 properties), TaskItem (10 properties), RetrieveCaseResponse (10 properties). Each schema is shown below with its type and property counts.

LgsUuid
string
LgsReferenceId
string
Numeric identifier for a task instance on a case (TaskItem.taskId)
TelephoneNumber
string
Filename
string
Products
object
Product information for a quote or case. The productDetails object must match the schema for the selected product type and property location. See [Product Sche…
3 properties 3 required
QuoteProductDetails
object
Product-specific details for a quote. Must match the productDetails object structure for the quote's product as defined in [Product Schemas](tag/Product-Schema…
Account
object
An account acting in one or more roles for a quote or case. Both an originator and an introducer must be represented across the accounts array. The same accoun…
2 properties 2 required
Contact
object
A contact involved in a quote or case. The requestor is the individual placing the quote or order for the applicant. The case handler is the conveyancer or sol…
4 properties 1 required
QuoteRequestContact
object
The requestor placing this quote on behalf of the applicant. Identify the contact using either contactId or email.
4 properties 1 required
CreateQuoteRequest
object
Request to create one or more conveyancing quotes. Standalone Quotes: Provide one quote request in the array. Combined Sale and Purchase: Provide two quote req…
1 property 1 required
QuoteRequest
object
Individual quote request. Specify originator and introducer accounts in accounts. Include the requestor contact in contacts. Only one contact with role Request…
6 properties 4 required
AdditionalReference
object
2 properties 2 required
Address
object
Address using PAF Plus format
16 properties
PropertyAddress
Property address using PAF Plus format
SharedOwnership
object
Shared ownership details (only present when applicable)
1 property 1 required
SharedOwnershipRemortgage
object
Shared ownership details for remortgage products (only present when applicable)
2 properties 1 required
BuyToLet
object
Buy to let details (only present when applicable)
3 properties 1 required
ConcessionaryPurchase
object
Concessionary purchase details (only present when applicable)
1 property 1 required
ProductSummary
object
Product identifier summary (e.g. on quote create response, quote list, or case list).
2 properties 2 required
Person
object
9 properties 5 required
UpdateQuotePersonRequest
object
Person details for updating a person on a quote.
8 properties 5 required
CreateQuoteResponse
object
Response containing created quote(s). For standalone quotes, array contains one element. For combined sale and purchase, array contains two elements.
1 property 1 required
QuoteResponse
object
4 properties 4 required
SelectedConveyancerSummary
object
Currently selected conveyancer for this quote (identifier and display name)
2 properties 2 required
InstructQuoteRequest
object
Body when instructing a quote. conveyancerId is required and must match a conveyancer returned for this quote.
1 property 1 required
RetrieveQuoteResponse
object
Complete quote details combining the original request data with the quote response data. Contains all property information, applicant details, product configur…
10 properties 7 required
RetrieveCaseResponse
object
Complete case details combining the original quote data with case-specific information. Contains all property information, applicant details, product configura…
10 properties 8 required
CaseConveyancer
object
The conveyancer assigned to this case
4 properties 3 required
CaseDocument
object
Document information associated with a case
5 properties 5 required
QuoteListResponse
object
Response containing a list of quote summaries.
2 properties 1 required
QuoteSummary
object
Summary information for a quote. Contains essential metadata for listing and identification purposes.
6 properties 4 required
CaseListResponse
object
Response containing a list of case summaries.
2 properties 1 required
CaseSummary
object
Summary information for a case. Contains essential metadata for listing and identification purposes.
7 properties 5 required
DocumentUpload
object
Document upload metadata and file.
3 properties 3 required
RejectCaseRequest
object
Request to reject a case
1 property 1 required
UpdateCaseStatusRequest
object
Request to update the case status
2 properties 2 required
AddCaseHandlerRequest
object
Request to add a case handler contact. Either contactId or email must be provided.
2 properties
CaseActivityItem
object
An activity on a case, such as a milestone, status change, or note
6 properties 4 required
ActivityType
string
The type of activity
CaseActivityListResponse
object
Response containing a list of activities on a case
1 property 1 required
TaskItemStatus
string
The current status of a case task
CaseTaskListResponse
object
Task hierarchy for a case; not a bare array of tasks
2 properties 2 required
TaskItem
object
Hierarchical task node in the case workflow.
10 properties 6 required
CreateCaseNoteRequest
object
Request to create a note on a case
2 properties 1 required
CreateCaseNoteResponse
object
Response when a case note is created successfully
3 properties 2 required
CaseNoteItem
object
A note recorded on a case
7 properties 5 required
CaseNoteListResponse
object
Response containing a list of notes on a case
1 property 1 required
TBCRequest
object
Request payload structure to be confirmed. Note: This schema is currently TBC and will be defined in a future update.
TBCResponse
object
Response payload structure to be confirmed. Note: This schema is currently TBC and will be defined in a future update.
Fee
object
2 properties 2 required
FeeBreakdown
object
3 properties 3 required
FeeItem
object
4 properties 4 required
Conveyancer
ConveyancerBasic
object
5 properties 3 required
RatingBreakdown
object
4 properties 4 required
PurchaseEnglandWales
object
Product schema for Purchase quotes in England/Wales. This schema defines the exact structure and required fields for Purchase product quotes in England/Wales.
3 properties 3 required
PurchaseScotland
object
Product schema for Purchase quotes in Scotland. This schema defines the exact structure and required fields for Purchase product quotes in Scotland.
3 properties 3 required
SaleEnglandWales
object
Product schema for Sale quotes in England/Wales. This schema defines the exact structure and required fields for Sale product quotes in England/Wales.
3 properties 3 required
SaleScotland
object
Product schema for Sale quotes in Scotland. This schema defines the exact structure and required fields for Sale product quotes in Scotland.
3 properties 3 required
FixedFeeRemortgageEnglandWales
object
Product schema for Fixed Fee Remortgage quotes in England/Wales. This schema defines the exact structure and required fields for Fixed Fee Remortgage product q…
3 properties 3 required
FixedFeeRemortgageScotland
object
Product schema for Fixed Fee Remortgage quotes in Scotland. This schema defines the exact structure and required fields for Fixed Fee Remortgage product quotes…
3 properties 3 required
CashbackRemortgageEnglandWales
object
Product schema for Cashback Remortgage quotes in England/Wales. This schema defines the exact structure and required fields for Cashback Remortgage product quo…
3 properties 3 required
lgsErrorResponse
object
4 properties 3 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

landmark-information-conveyancing-experience-api-openapi.yml Raw ↑

Other APIs Landmark Information Group publishes across the network.

Landmark Order Experience API
Landmark Intelliworks APIs
Landmark Document Vault API
Landmark Milestone Notification Service API
Landmark Planning API (powered by Barbour ABI)
Landmark Geodata Web Map Tile Service (WMTS)
Where this information came from

This is an independent, third-party profile of Landmark Conveyancing Experience API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.