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>"
}Authorization Lookups
Property authorization check
Quick check if a property identifier is authorized for an agent. Optimized for real-time ad request validation.
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>"
}Documentation Index
Fetch the complete documentation index at: https://agenticadvertisingorg-changeset-release-main.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Query Parameters
⌘I