cURL
curl --request GET \ --url https://agenticadvertising.org/api/properties/resolve
{ "publisher_domain": "examplepub.com", "source": "adagents_json", "verified": true, "authorized_agents": [ { "url": "<string>", "authorized_for": "<string>" } ], "properties": [ { "id": "<string>", "type": "<string>", "name": "<string>", "identifiers": [ { "type": "domain", "value": "examplepub.com" } ], "tags": [ "<string>" ] } ], "contact": { "name": "<string>", "email": "<string>" } }
Resolve a publisher domain to its property information. Checks hosted properties, discovered properties, then live adagents.json validation.
"examplepub.com"
Property resolved
adagents_json
hosted
discovered
Show child attributes
Was this page helpful?