Skip to main content
POST
/
api
/
registry
/
validate
/
product-authorization
Validate product authorization
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>"
}

Body

application/json
agent_url
string
required
publisher_properties
object[]
required

Response

200 - application/json

Authorization validation result

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