Skip to main content
Endpoint: https://BASE_URL/api/check/dnd?api_key=my_api_key&phone_number=phone_number Request Type: GET Body params:
OptionsRequired
api*key_string*
Your API key (It can be found on your Termii dashboard)
phone*number_string*
Represents the phone number to be verified. Phone number must be in the international format (Example: 23490126727)
DND represents Do-Not-Distrub routes and messages sent to phone numbers with DND settings activated are blocked by telcom providers. To ensure your messages deliver, use the dnd channel.
 {
"api_key": "Your API key",
"phone_number": "2348753243651"
}
    {
      "number": "2347089509657",
      "status": "DND blacklisted",
      "network": "Airtel Nigeria",
      "network_code": "62120"
    }