v1

latestOpenAPI 3.1.02026-07-2210284274.4 KB
Property Resolution

Check property list

Check a list of publisher domains against the AAO registry. Normalizes domains (strips www/m prefixes), removes duplicates, flags known ad tech infrastructure, and identifies domains not yet in the registry.

Returns four buckets:

  • remove: duplicates or known blocked domains (ad servers, CDNs, trackers, intermediaries)
  • modify: domains that were normalized (e.g. www.example.com → example.com)
  • assess: unknown domains not in registry, not blocked
  • ok: domains found in registry with no changes needed

Results are stored for 7 days and retrievable via the report_id.

post/api/properties/check

Request body

domainsstring[] required

Example request

{
  "domains": [
    "www.nytimes.com",
    "googlesyndication.com",
    "wsj.com"
  ]
}

Response

Property list check results

report_idstring required

UUID for retrieving this report later