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

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

const response = await client.brand.externalVetting.order('brandId', {
  evpId: 'evpId',
  vettingClass: 'vettingClass',
});

console.log(response);
"<any>"

Authorizations

Authorization
string
header
required

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

Path Parameters

brandId
string
required

Body

application/json
evpId
string
required

External vetting provider ID for the brand.

Maximum length: 10
vettingClass
string
required

Identifies the vetting classification.

Response

Successful Response

The response is of type any.