Whether bulk DNC scrub / pre-flight is available for the org
Reports whether the bulk DNC scrub (POST /compliance/dnc/scrub) and single-number pre-flight (GET /compliance/dnc/check) are currently usable for the calling organization, without running a check. available is the exact gate both endpoints enforce: true when a US federal/state/TCR feed snapshot (federal_feeds_synced) OR an international national-registry snapshot (intl_feeds_synced) is synced platform-wide, OR the per-org Do-Not-Call opt-in (org_opt_in, from organizations.settings.dnc_sync_enabled) is enabled. When available is false the per-org opt-in is the only self-service remedy and unlocks both capabilities at once.
Authorizations
Dashboard JWT token from Clerk
Headers
Sandbox opt-in for Clerk-session-authenticated requests. Set to true to route the call through the test-mode pipeline: no real provider delivery, no credits deducted, response meta.test_mode: true. Ignored for live API keys (dv_live_sk_*) — server-to-server clients must use a test-prefixed key (dv_test_sk_*) to exercise sandbox. Test-prefixed keys unconditionally enable sandbox regardless of this header.
true, false Response
Successful response.