import Telnyx from 'telnyx';const client = new Telnyx({ apiKey: process.env['TELNYX_API_KEY'], // This is the default and can be omitted});const accessIPAddressResponse = await client.accessIPAddress.create({ ip_address: 'ip_address' });console.log(accessIPAddressResponse.id);
import Telnyx from 'telnyx';const client = new Telnyx({ apiKey: process.env['TELNYX_API_KEY'], // This is the default and can be omitted});const accessIPAddressResponse = await client.accessIPAddress.create({ ip_address: 'ip_address' });console.log(accessIPAddressResponse.id);