TCPA Authority Test Numbers
Use these test phone numbers during development to verify your integration with the TCPA Authority APIs.For the complete list of test numbers and expected responses, contact support@dnc.com.
Test Number Categories
Numbers That Return “Reassigned”
Test numbers that will returnIsReassigned: true:
- Use these to test your “do not call” logic
- Verify your system properly handles reassigned numbers
Numbers That Return “Not Reassigned”
Test numbers that will returnIsReassigned: false:
- Use these to test your “safe to call” logic
- Verify normal call flow continues
Numbers That Return “Unknown”
Test numbers that will returnIsReassigned: null:
- Use these to test your edge case handling
- Verify your system handles uncertain results appropriately
Testing Best Practices
Use Test Numbers in Development
Use Test Numbers in Development
Always use designated test numbers in development and staging environments to avoid consuming production API calls.
Test All Response Types
Test All Response Types
Make sure to test all three response types (true, false, null) to ensure your application handles each case correctly.
Verify Date Handling
Verify Date Handling
Test with various date formats to ensure your system correctly formats dates for the API.
Example Test Request
Getting Test Numbers
Contact support@dnc.com to receive:- Complete list of test phone numbers
- Expected responses for each number
- Postman collection with test cases