Skip to main content
GET
/
api
/
registry
/
validate
/
property-authorization
Property authorization check
curl --request GET \
  --url https://agenticadvertising.org/api/registry/validate/property-authorization
{
  "agent_url": "<string>",
  "identifier_type": "<string>",
  "identifier_value": "<string>",
  "authorized": true,
  "checked_at": "<string>"
}

Query Parameters

agent_url
string
required
identifier_type
string
required
identifier_value
string
required

Response

200 - application/json

Authorization result

agent_url
string
required
identifier_type
string
required
identifier_value
string
required
authorized
boolean
required
checked_at
string
required
{key}
any