v1

latestOpenAPI 3.1.02026-07-2210284274.4 KB
Authorization Lookups

Validate product authorization

Check whether an agent is authorized to sell a product based on its publisher_properties.

post/api/registry/validate/product-authorization

Request body

agent_urlstring required

Example request

{
  "publisher_properties": [
    {
      "publisher_domain": "examplepub.com"
    }
  ]
}

Response

Authorization validation result

agent_urlstring required
authorizedboolean required
checked_atstring required