Resolve property
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>"
}
}Property Resolution
Resolve property
Resolve a publisher domain to its property information. Checks hosted properties, discovered properties, then live adagents.json validation.
GET
/
api
/
properties
/
resolve
Resolve property
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://agenticadvertisingorg-changeset-release-main.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Query Parameters
Example:
"examplepub.com"
Response
Property resolved
⌘I