🚀 AdCP 3.1 beta is now available — see what's new
curl --request GET \
--url https://agenticadvertising.org/api/properties/registry{
"properties": [
{
"domain": "examplepub.com",
"property_count": 123,
"agent_count": 123,
"verified": true
}
],
"stats": {}
}List all properties in the registry with optional search, pagination.
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://docs.adcontextprotocol.org/llms.txt
Use this file to discover all available pages before exploring further.
Was this page helpful?