Skip to main content
GET
/
api
/
registry
/
publisher
/
authorization
Per-agent authorization rollup
curl --request GET \
  --url https://agenticadvertising.org/api/registry/publisher/authorization
{
  "publisher_domain": "<string>",
  "agent_url": "<string>",
  "authorized": 1,
  "total": 1,
  "publisher_wide": true,
  "source": "adagents_json",
  "unauthorized_properties": [
    {
      "id": "<string>",
      "name": "<string>",
      "type": "<string>"
    }
  ],
  "authorized_for": "<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.

Query Parameters

domain
string
required
Example:

"voxmedia.com"

agent
string
required
Example:

"https://sales.pubmatic.com/mcp"

Response

Authorization rollup

publisher_domain
string
required
agent_url
string
required
authorized
integer
required

Count of publisher's properties the agent can sell.

Required range: x >= 0
total
integer
required

Total properties the publisher exposes.

Required range: x >= 0
publisher_wide
boolean
required

True when the agent has only a publisher-wide authorization (no property-level rows). In that case authorized equals total.

source
enum<string>
required
Available options:
adagents_json,
agent_claim
unauthorized_properties
object[]
required

Properties the agent is NOT authorized for. Empty when publisher_wide is true.

authorized_for
string