Skip to content
This repository was archived by the owner on Sep 30, 2022. It is now read-only.

Latest commit

 

History

History
8 lines (7 loc) · 336 Bytes

File metadata and controls

8 lines (7 loc) · 336 Bytes

Toolbox API

Carrier lookup

Returns the wireless carrier of a valid mobile phone number (US & Canada)

    EzTextingClient client = new EzTextingClient("login", "password");
    CarrierLookupResponse response = client.ToolboxApi.CarrierLookup("2132212384");
    Console.WriteLine("lookup response: " + response);