Skip to main content
GET
/
api
/
public
/
validate-publisher
Validate publisher
curl --request GET \
  --url https://agenticadvertising.org/api/public/validate-publisher
{
  "valid": true,
  "domain": "<string>",
  "agent_count": 123,
  "property_count": 123,
  "property_type_counts": {},
  "tag_count": 123,
  "url": "<string>",
  "errors": [
    "<string>"
  ],
  "warnings": [
    "<string>"
  ]
}

Query Parameters

domain
string
required
Example:

"examplepub.com"

Response

200 - application/json

Publisher validation result

valid
boolean
required
domain
string
required
agent_count
integer
required
property_count
integer
required
property_type_counts
object
required
tag_count
integer
required
url
string
errors
string[]
warnings
string[]