Scrub a destination number against the FCC Reassigned Numbers Database
Returns whether the given E.164 destination number has been permanently disconnected (and may have been reassigned) since the consent_date, and whether the FCC reassigned-number safe harbor (47 CFR § 64.1200(m)) applies. Read-only — does not perform a send. Use this before any outbound SMS / Voice initiation to avoid TCPA liability for contacting a reassigned number.
Gated behind organizations.settings.rnd_scrub_enabled. Real FCC RND feed ingestion is not yet wired; tenants must explicitly opt in (acknowledging the gap) before the endpoint is served. When the flag is OFF, responses are HTTP 403 with code RND_SCRUB_NOT_ENABLED. When ON, responses include feed_synced: false and every verdict is no_data until real ingestion lands.
Authorizations
Dashboard JWT token from Clerk
Query Parameters
E.164 destination number to scrub (e.g. +14155551234).
ISO calendar date (YYYY-MM-DD) the prior-express consent was obtained / last verified.
Response
Default Response