import Telnyx from 'telnyx';
const client = new Telnyx({
apiKey: 'My API Key',
});
const _enum = await client.enum.retrieve('mno');
console.log(_enum);"[\"BASIC_ACCOUNT\", \"SMALL_ACCOUNT\", \"MEDIUM_ACCOUNT\", \"LARGE_ACCOUNT\", \"KEY_ACCOUNT\"]"import Telnyx from 'telnyx';
const client = new Telnyx({
apiKey: 'My API Key',
});
const _enum = await client.enum.retrieve('mno');
console.log(_enum);"[\"BASIC_ACCOUNT\", \"SMALL_ACCOUNT\", \"MEDIUM_ACCOUNT\", \"LARGE_ACCOUNT\", \"KEY_ACCOUNT\"]"Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
mno, optionalAttributes, usecase, vertical, altBusinessIdType, brandIdentityStatus, brandRelationship, campaignStatus, entityType, extVettingProvider, vettingStatus, brandStatus, operationStatus, approvedPublicCompany, stockExchange, vettingClass Successful Response
"[\"BASIC_ACCOUNT\", \"SMALL_ACCOUNT\", \"MEDIUM_ACCOUNT\", \"LARGE_ACCOUNT\", \"KEY_ACCOUNT\"]"
Was this page helpful?