import Telnyx from 'telnyx';
const client = new Telnyx({
apiKey: 'My API Key',
});
await client.portingOrders.verificationCodes.send('182bd5e5-6e1a-4fe4-a799-aa6d9a6ab26e');Send the verification code for all porting phone numbers.
import Telnyx from 'telnyx';
const client = new Telnyx({
apiKey: 'My API Key',
});
await client.portingOrders.verificationCodes.send('182bd5e5-6e1a-4fe4-a799-aa6d9a6ab26e');Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Porting Order id
A list of phone numbers to send the verification codes to and the method to send them by
No content
Was this page helpful?