v5

latestOpenAPI 3.0.0raw.githubusercontent.com2025-08-281719.8 KB
Registered Proprietor Names

Get proprietor names associated with a title number.

Returns the registered proprietor names for the provided title number.

get/titles/{title_number}/registered-proprietor-names

Path parameters

title_numberstring required

The title number of the property.

The title number of the property. Characters must be uppercase.

Response

Success

Example response

{
  "data": {
    "continued_under_title_number": "FL99999",
    "proprietors": [
      {
        "sequence": 1
      }
    ]
  }
}
All 1 operations