import Telnyx from 'telnyx';
const client = new Telnyx({
apiKey: 'My API Key',
});
await client.legacy.reporting.usageReports.numberLookup.retrieve('id');Retrieve a specific telco data usage report by its ID
import Telnyx from 'telnyx';
const client = new Telnyx({
apiKey: 'My API Key',
});
await client.legacy.reporting.usageReports.numberLookup.retrieve('id');Was this page helpful?