Skip to main content
POST
/
property-lists
/
check
Check property list
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>"
}

Authorizations

Authorization
string
header
required

API key or access token

Body

application/json
domains
string[]
required
Required array length: 1 - 1000 elements
Minimum string length: 1

Response

Check property list

summary
object
required
remove
object[]
required
modify
object[]
required
assess
object[]
required
ok
object[]
required
reportId
string
required