import Telnyx from 'telnyx';
const client = new Telnyx({
apiKey: 'My API Key',
});
await client.legacy.reporting.usageReports.numberLookup.list();Retrieve a paginated list of telco data usage reports
import Telnyx from 'telnyx';
const client = new Telnyx({
apiKey: 'My API Key',
});
await client.legacy.reporting.usageReports.numberLookup.list();Was this page helpful?