Skip to main content
GET
/
api
/
brands
/
history
Brand activity history
curl --request GET \
  --url https://agenticadvertising.org/api/brands/history
{
  "domain": "acmecorp.com",
  "total": 3,
  "revisions": [
    {
      "revision_number": 3,
      "editor_name": "Pinnacle Media",
      "edit_summary": "Updated logo and brand colors",
      "is_rollback": true,
      "created_at": "2026-03-01T12:34:56.000Z",
      "source": "<string>",
      "rolled_back_to": 123
    }
  ]
}

Query Parameters

domain
string
required
Example:

"acmecorp.com"

limit
integer
Example:

20

offset
integer
Example:

0

Response

Brand activity history

domain
string
required
Example:

"acmecorp.com"

total
integer
required
Example:

3

revisions
object[]
required