🎉 AdCP 3.0 is now GA — see what's new
curl --request POST \
--url https://agenticadvertising.org/api/registry/validate/product-authorization \
--header 'Content-Type: application/json' \
--data '
{
"agent_url": "<string>",
"publisher_properties": [
{
"publisher_domain": "examplepub.com",
"property_types": [
"<string>"
],
"property_ids": [
"<string>"
],
"tags": [
"<string>"
]
}
]
}
'{
"agent_url": "<string>",
"authorized": true,
"checked_at": "<string>"
}Check whether an agent is authorized to sell a product based on its publisher_properties.
curl --request POST \
--url https://agenticadvertising.org/api/registry/validate/product-authorization \
--header 'Content-Type: application/json' \
--data '
{
"agent_url": "<string>",
"publisher_properties": [
{
"publisher_domain": "examplepub.com",
"property_types": [
"<string>"
],
"property_ids": [
"<string>"
],
"tags": [
"<string>"
]
}
]
}
'{
"agent_url": "<string>",
"authorized": true,
"checked_at": "<string>"
}Documentation Index
Fetch the complete documentation index at: https://docs.adcontextprotocol.org/llms.txt
Use this file to discover all available pages before exploring further.
Was this page helpful?