Check phone DNC status API

GET
/phone_dnc
LIVE

Tests the DNC (Do Not Call) status of one or more supplied phone numbers against the Australian DNC register.

Example Request

GET
request.json
key Auth: BearerAuth
{
  "phones": "0417034325"
}

Available Response Data

  • check_circle Request Message Status
  • check_circle Array of Analysed Phone Numbers
  • check_circle Official DNC Result (Yes/No flags for registration)
  • check_circle Official DNC Register Reference Numbers

Request Schema

Field Name Type Required Description
phones string Yes Comma separated 10 digit Australian phone numbers.

Technical Use Cases

verified

Outbound Compliance

Integrate directly into your CRM dialler to block calls to numbers returning a Y (Yes, registered) status.

verified

Lead Scoring

Discard or deprioritise purchased leads that are legally inaccessible via outbound telemarketing.

Webhooks & Events

notifications
Synchronous database check

Webhooks are not required.

Compliance & Security

verified_user ISO 27001 Certified
enhanced_encryption AES-256 Encryption
public Australian Data Sovereignty
Integration & Support

Common Questions

Everything you need to know about implementation details and compliance infrastructure.

help_center General

Is this an official ACMA DNC check?

add

Yes, this securely cross-references the official Australian Communications and Media Authority (ACMA) Do Not Call Register.

BACK TO TOP