blacklist/get_domains_check
Tool: read
Check whether a specific domain is blacklisted.
Returns the queried value and a boolean blacklisted flag. An email whose domain is blacklisted reports blacklisted: true via domain inheritance in blacklist/get_emails_check.
One or many:
domaintakes a single domain, or an array of up to 10 — an array answers with oneresults[]entry per domain, never a comma-joined string (blacklist/post_domains takes an array too).
Arguments
| name | type | req | notes |
|---|---|---|---|
| domain | string | ✓ | Domain to check |
Response
200 — Single check result. Deltas: none.
| field | type | description |
|---|---|---|
| value | string | The queried domain value. |
| blacklisted | boolean | True if the domain is blacklisted. |
Errors: 400, 401, 406, 422, 429, 500 — shared schema: schemas/errors.
Invoke
Call read with name: "blacklist/get_domains_check".