cURL
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>" }
Expand publisher_properties selectors into concrete property identifiers for caching.
Show child attributes
Expanded identifiers