Get a catalog dispute
curl --request GET \
--url https://agenticadvertising.org/api/registry/catalog/disputes/{id}{
"id": "<string>",
"subject_type": "<string>",
"subject_value": "<string>",
"claim": "<string>",
"status": "suspended",
"created_at": "<string>",
"evidence": "<string>"
}Property Catalog
Get a catalog dispute
Fetch the current state of a filed dispute by id.
GET
/
api
/
registry
/
catalog
/
disputes
/
{id}
Get a catalog dispute
curl --request GET \
--url https://agenticadvertising.org/api/registry/catalog/disputes/{id}{
"id": "<string>",
"subject_type": "<string>",
"subject_value": "<string>",
"claim": "<string>",
"status": "suspended",
"created_at": "<string>",
"evidence": "<string>"
}Path Parameters
Example:
"019539a0-b1c2-7d3e-8f4a-5b6c7d8e9f0a"
Response
Dispute record
Available options:
identifier_link, classification, property_data, false_merge Current dispute status.
Example:
"suspended"
Was this page helpful?
⌘I