🚀 AdCP 3.1 beta is now available — see what's new
curl --request GET \
--url https://agenticadvertising.org/api/registry/publishers{
"publishers": [
{
"domain": "<string>",
"member": {
"slug": "<string>",
"display_name": "<string>",
"membership_tier": "<string>",
"membership_tier_label": "<string>",
"is_founding_member": true
},
"agent_count": 123,
"last_validated": "<string>",
"has_valid_adagents": true
}
],
"count": 123
}List all registered publishers.
curl --request GET \
--url https://agenticadvertising.org/api/registry/publishers{
"publishers": [
{
"domain": "<string>",
"member": {
"slug": "<string>",
"display_name": "<string>",
"membership_tier": "<string>",
"membership_tier_label": "<string>",
"is_founding_member": true
},
"agent_count": 123,
"last_validated": "<string>",
"has_valid_adagents": true
}
],
"count": 123
}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?