import Telnyx from 'telnyx';
const client = new Telnyx({
apiKey: 'My API Key',
});
const requests = await client.messagingTollfree.verification.requests.list({ page: 1, page_size: 1 });
console.log(requests.records);{
"records": [],
"total_records": 0
}Get a list of previously-submitted tollfree verification requests
import Telnyx from 'telnyx';
const client = new Telnyx({
apiKey: 'My API Key',
});
const requests = await client.messagingTollfree.verification.requests.list({ page: 1, page_size: 1 });
console.log(requests.records);{
"records": [],
"total_records": 0
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
x >= 1Request this many records per page
This value is automatically clamped if the provided value is too large.
Request this many records per page
This value is automatically clamped if the provided value is too large.x >= 1Tollfree verification status
Verified, Rejected, Waiting For Vendor, Waiting For Customer, Waiting For Telnyx, In Progress Successful Response
A paginated response
The records yielded by this request
Show child attributes
"Telnyx LLC"
"http://example.com"
"600 Congress Avenue"
"Austin"
"Texas"
"78701"
"John"
"Doe"
"email@example.com"
"+18889809750"
One of the following exact values: 10; 100; 1,000; 10,000; 100,000; 250,000; 500,000; 750,000; 1,000,000; 5,000,000; 10,000,000+
10, 100, 1,000, 10,000, 100,000, 250,000, 500,000, 750,000, 1,000,000, 5,000,000, 10,000,000+ "100,000"
Tollfree usecase categories
2FA, App Notifications, Appointments, Auctions, Auto Repair Services, Bank Transfers, Billing, Booking Confirmations, Business Updates, COVID-19 Alerts, Career Training, Chatbot, Conversational / Alerts, Courier Services & Deliveries, Emergency Alerts, Events & Planning, Financial Services, Fraud Alerts, Fundraising, General Marketing, General School Updates, HR / Staffing, Healthcare Alerts, Housing Community Updates, Insurance Services, Job Dispatch, Legal Services, Mixed, Motivational Reminders, Notary Notifications, Order Notifications, Political, Public Works, Real Estate Services, Religious Services, Repair and Diagnostics Alerts, Rewards Program, Surveys, System Alerts, Voting Reminders, Waitlist Alerts, Webinar Reminders, Workshop Alerts "2FA"
"This is a use case where Telnyx sends out 2FA codes to portal users to verify their identity in order to sign into the portal"
"Your Telnyx OTP is XXXX"
"User signs into the Telnyx portal, enters number and is prompted to select whether they want to use 2FA verification for security purposes. If they've opted in a confirmation message is sent out to the handset"
"This is for security purposes, blah blah blah"
"Yes"
"eaba9f52-164e-58e0-b002-4f668e18b7ed"
Tollfree verification status
Verified, Rejected, Waiting For Vendor, Waiting For Customer, Waiting For Telnyx, In Progress "Pending Customer Feedback"
"14th Floor"
"http://example-webhook.com"
"12-3456789"
"EIN"
"US"
"Acme Services"
Business entity classification
SOLE_PROPRIETOR, PRIVATE_PROFIT, PUBLIC_PROFIT, NON_PROFIT, GOVERNMENT "PRIVATE_PROFIT"
"You have successfully opted in to receive messages from Acme Corp"
"Reply HELP for assistance or STOP to unsubscribe. Contact: support@example.com"
"https://example.com/privacy"
"https://example.com/terms"
false
"START, YES, SUBSCRIBE"
"Unfortunately, we have to cancel this request as we do not support non tollfree US numbers."
"2024-01-23T18:10:02.574Z"
"2024-01-23T18:10:02.574Z"
The total amount of records for these query parameters
Was this page helpful?