List properties
curl --request GET \
--url https://agenticadvertising.org/api/properties/registry{
"properties": [
{
"domain": "examplepub.com",
"property_count": 123,
"agent_count": 123,
"verified": true
}
],
"stats": {}
}Property Resolution
List properties
List all properties in the registry with optional search, pagination.
GET
/
api
/
properties
/
registry
List properties
curl --request GET \
--url https://agenticadvertising.org/api/properties/registry{
"properties": [
{
"domain": "examplepub.com",
"property_count": 123,
"agent_count": 123,
"verified": true
}
],
"stats": {}
}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.
⌘I