---
title: "Resolve property"
method: GET
path: "/api/properties/resolve"
tags: ["Property Resolution"]
---

# Resolve property

`GET /api/properties/resolve`

Resolve a publisher domain to its property information. Checks hosted properties, discovered properties, then live adagents.json validation.

## Query parameters

- `domain` string, required

## Response `200`

Property resolved

- ResolvedProperty
  - `publisher_domain` string, required
  - `source` 'adagents_json' | 'hosted' | 'discovered', required
  - `authorized_agents` object[]
    - `url` string, required
    - `authorized_for` string
  - `properties` object[]
    - `id` string
    - `type` string
    - `name` string
    - `identifiers` PropertyIdentifier[]
      - `type` string, required
      - `value` string, required
    - `tags` string[]
  - `contact` object
    - `name` string
    - `email` string
  - `verified` boolean, required

## Other responses

- `404` — Property not found

---

[API](https://skmtc.net/adcontextprotocol/apis/agenticadvertising-org-registry-api.md) · [All operations](https://skmtc.net/adcontextprotocol/apis/agenticadvertising-org-registry-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/adcontextprotocol/agenticadvertising-org-registry-api/revisions/9ea7fedf54c0/schema)
