Skip to main content
GET
/
api
/
manifest-refs
/
lookup
Manifest reference lookup
curl --request GET \
  --url https://agenticadvertising.org/api/manifest-refs/lookup
{
  "success": true,
  "found": true,
  "reference": {
    "reference_type": "url",
    "manifest_url": "<string>",
    "agent_url": "<string>",
    "agent_id": "<string>",
    "verification_status": "pending"
  }
}

Query Parameters

domain
string
required
Example:

"acmecorp.com"

type
string
Example:

"brand.json"

Response

200 - application/json

Reference lookup result

success
enum<boolean>
required
Available options:
true
found
enum<boolean>
required
Available options:
true
reference
object
required