Skip to main content
POST
/
brand
/
{brandId}
/
2faEmail
JavaScript
import Telnyx from 'telnyx';

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

await client.brand.resend2faEmail('brandId');

Authorizations

Authorization
string
header
required

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

Path Parameters

brandId
string
required

Response

200

Successful Response