Skip to main content
The DNC LATAM API checks phone-number arrays against the selected country’s Do Not Call registry. Use POST /v1/scrub for up to 10,000 inputs and a 25 MiB JSON body when you need a synchronous response, or POST /v2/scrub for a durable job of up to 500,000 inputs and a 25 MiB JSON body. In both cases, the first limit reached controls admission. Both APIs return the original inputs separated into prohibited_numbers_to_call, safe_numbers_to_call, and invalid_numbers.

When to use this API

Use DNC LATAM when you need an official Do Not Call scrub for Mexico, Argentina, or Colombia through one public contract. Typical callers are foreign outbound teams without a local legal entity, dialer or CPaaS products that already ship a US DNC gate, and operations that need a dated screening record with each Scrub Result. Do not use it for US National DNC checks, consent or reachability, or Spain / Australia / Singapore coverage (those three are coming end of September 2026 and are not live).

Make your first request

Authenticate, submit a synthetic batch, and interpret the response.

Read the API reference

Inspect the complete POST /v1/scrub OpenAPI contract.

Understand the response

Learn exactly what each action-oriented response field means.

Country coverage

Review live MX/AR/CO coverage and the ES/AU/SG roadmap for end of September 2026.

Give the docs to your AI

Install the DNC LATAM Agent Skill or copy a safe integration prompt.

Base URL

The public API exposes synchronous v1 and durable v2. CSV remains exclusive to the authenticated panel; the corporate API accepts arrays only.

Country coverage

The current commercial catalog is mx, ar, and co. Spain, Australia, and Singapore are coming end of September 2026 (not live yet). They remain technical codes in the schema until catalog and runtime release together. Country codes in the OpenAPI catalog are not a promise that every country is operational for every organization. Entitlement, activation, maintenance, and temporary availability are evaluated when work is admitted. Colombia is sellable and operational: its Country Purchase activates immediately after a successful initial payment, with no manual approval or activation step.

One response, three outcomes

This documentation never needs real customer phone numbers or a live API key. Run production scrubs only from your own controlled environment directly against api.dnclatam.com.

Source of truth

The OpenAPI 3.1 document is the machine-readable source of truth for endpoints, schemas, limits, and error responses.