import Telnyx from 'telnyx';
const client = new Telnyx({
apiKey: 'My API Key',
});
const advancedOrders = await client.advancedOrders.list();
console.log(advancedOrders);"<unknown>"import Telnyx from 'telnyx';
const client = new Telnyx({
apiKey: 'My API Key',
});
const advancedOrders = await client.advancedOrders.list();
console.log(advancedOrders);"<unknown>"Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Successful Response
An array of Advanced Order Responses
Was this page helpful?