import Telnyx from 'telnyx';
const client = new Telnyx({
apiKey: 'My API Key',
});
await client.brand.resend2faEmail('brandId');import Telnyx from 'telnyx';
const client = new Telnyx({
apiKey: 'My API Key',
});
await client.brand.resend2faEmail('brandId');Was this page helpful?