v1
latestOpenAPI 3.1.02026-07-2210284274.4 KBBrand Resolution
Brand activity history
Returns the edit history for a brand in the registry, newest first. Only brands with community or enriched edits have history; brand.json-sourced brands are authoritative and do not generate revisions.
get/api/brands/history
Query parameters
domainstring required
Example:acmecorp.com
limitinteger
Example:20
offsetinteger
Response
Brand activity history
Example response
{
"domain": "acmecorp.com",
"total": 3,
"revisions": [
{
"revision_number": 3,
"editor_name": "Pinnacle Media",
"edit_summary": "Updated logo and brand colors",
"created_at": "2026-03-01T12:34:56.000Z"
}
]
}