Skip to main content
POST
/
api
/
properties
/
hosted
/
{domain}
/
verify-origin
Verify AAO-hosted publisher origin
curl --request POST \
  --url https://agenticadvertising.org/api/properties/hosted/{domain}/verify-origin \
  --header 'Authorization: Bearer <token>'
{
  "verified": true,
  "reason": "authoritative_location_pointer",
  "checked_at": "<string>",
  "detail": "<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.

Authorizations

Authorization
string
header
required

Bearer token in the Authorization header. Two token types are accepted:

  • Organization API key (sk_...) issued via the dashboard. Org-scoped, long-lived, for server-to-server use.
  • User JWT obtained via the OAuth 2.1 authorization code flow with PKCE. User-scoped, short-lived. Discover the authorization server at /.well-known/oauth-authorization-server and the protected-resource metadata at /.well-known/oauth-protected-resource/api.

Path Parameters

domain
string
required
Example:

"examplepub.com"

Response

Verification outcome

verified
boolean
required
reason
enum<string>
required
Available options:
authoritative_location_pointer,
not_found,
invalid_json,
no_authoritative_location,
authoritative_location_mismatch,
unresolvable,
transient
checked_at
string
required
detail
string