Skip to main content
POST
/
api
/
registry
/
expand
/
product-identifiers
Expand product identifiers
curl --request POST \
  --url https://agenticadvertising.org/api/registry/expand/product-identifiers \
  --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>",
  "properties": [
    "<unknown>"
  ],
  "identifiers": [
    {
      "type": "<string>",
      "value": "<string>",
      "property_id": "<string>",
      "publisher_domain": "<string>"
    }
  ],
  "property_count": 123,
  "identifier_count": 123,
  "generated_at": "<string>"
}

Body

application/json
agent_url
string
required
publisher_properties
object[]
required

Response

200 - application/json

Expanded identifiers

agent_url
string
required
properties
any[]
required
identifiers
object[]
required
property_count
integer
required
identifier_count
integer
required
generated_at
string
required