GET - System DNs

Searches for number from System level. This will return where the number is located on the system. It will show the Service Provider/ Enterprise, Group ID, and User ID the number is assigned to.

Parameters

  • dn (int): Target number excluding country code e.g. 123456789

Returns

  • List: List of dictionaries containing details of each number that fit the search criteria.

How To Use:

my_api.dns.get_system_dn(
    123456789
)

Last updated

Was this helpful?