Skip to main content
GET
/
advanced_orders
JavaScript
import Telnyx from 'telnyx';

const client = new Telnyx({
  apiKey: 'My API Key',
});

const advancedOrders = await client.advancedOrders.list();

console.log(advancedOrders);
"<unknown>"

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

Successful Response

An array of Advanced Order Responses