🚀 AdCP 3.1 beta is now available — see what's new
curl --request GET \
--url https://agenticadvertising.org/api/properties/resolve{
"publisher_domain": "examplepub.com",
"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.
curl --request GET \
--url https://agenticadvertising.org/api/properties/resolve{
"publisher_domain": "examplepub.com",
"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>"
}
}Documentation Index
Fetch the complete documentation index at: https://docs.adcontextprotocol.org/llms.txt
Use this file to discover all available pages before exploring further.
"examplepub.com"
Property resolved
Was this page helpful?