Skip to main content
GET
/
api
/
brands
/
registry
List brands
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
  }
}

Query Parameters

limit
integer
Example:

100

offset
integer
Example:

0

Response

200 - application/json

Brand list with stats

brands
object[]
required
stats
object
required