Property Resolution

List properties

List all properties in the registry with optional search, pagination.

get/api/properties/registry

Query parameters

searchstring
limitinteger
Example:100
offsetinteger

Response

Property list with stats

statsobject required

Example response

{
  "properties": [
    {
      "domain": "examplepub.com"
    }
  ]
}

Changes