cURL
curl --request POST \ --url https://api.agentic.scope3.com/api/v2/buyer/property-lists/check \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "domains": [ "<string>" ] } '
{ "summary": { "total": 123, "remove": 123, "modify": 123, "assess": 123, "ok": 123 }, "remove": [ { "input": "<string>", "canonical": "<string>", "reason": "duplicate", "domain_type": "<string>", "blocked_reason": "<string>" } ], "modify": [ { "input": "<string>", "canonical": "<string>", "reason": "<string>" } ], "assess": [ { "domain": "<string>" } ], "ok": [ { "domain": "<string>", "source": "<string>" } ], "reportId": "<string>" }
Check a list of domains against the AAO Community Registry. Returns domains categorized into remove, modify, assess, and ok buckets.
API key or access token
1 - 1000
1
Check property list
Show child attributes