cURL
curl --request GET \ --url https://agenticadvertising.org/api/brands/registry
{ "brands": [ { "domain": "acmecorp.com", "source": "hosted", "has_manifest": true, "verified": true, "brand_name": "Acme Corp", "house_domain": "<string>", "keller_type": "master" } ], "stats": { "total": 123, "brand_json": 123, "community": 123, "enriched": 123 } }
List all brands in the registry with optional search, pagination.
100
0
Brand list with stats
Show child attributes
Was this page helpful?