Get a list of previously-submitted tollfree verification requests
Successful Response
{- "records": [ ],
- "total_records": 0
}
Submit a new tollfree verification request
Successful Response
{- "additionalInformation": "This is for security purposes, blah blah blah",
- "businessAddr1": "311 W Superior St",
- "businessAddr2": "121 W Superior St",
- "businessCity": "Chicago",
- "businessContactEmail": "email@example.com",
- "businessContactFirstName": "John",
- "businessContactLastName": "Doe",
- "businessContactPhone": "+18005550100",
- "businessName": "Telnyx LLC",
- "businessState": "Illinois",
- "businessZip": "60654",
- "isvReseller": "Yes",
- "messageVolume": "100,000",
- "optInWorkflow": "User signs into the Telnyx portal, enters a 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",
- "optInWorkflowImageURLs": [
], - "phoneNumbers": [
- {
- "phoneNumber": "+18773554398"
}, - {
- "phoneNumber": "+18773554399"
}
], - "productionMessageContent": "Your Telnyx OTP is XXXX",
- "useCase": "2FA",
- "useCaseSummary": "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",
}
{- "additionalInformation": "This is for security purposes, blah blah blah",
- "businessAddr1": "311 W Superior St",
- "businessAddr2": "121 W Superior St",
- "businessCity": "Chicago",
- "businessContactEmail": "email@example.com",
- "businessContactFirstName": "John",
- "businessContactLastName": "Doe",
- "businessContactPhone": "+18005550100",
- "businessName": "Telnyx LLC",
- "businessState": "Illinois",
- "businessZip": "60654",
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "isvReseller": "Yes",
- "messageVolume": "100,000",
- "optInWorkflow": "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",
- "optInWorkflowImageURLs": [
], - "phoneNumbers": [
- {
- "phoneNumber": "+18773554398"
}, - {
- "phoneNumber": "+18773554399"
}
], - "productionMessageContent": "Your Telnyx OTP is XXXX",
- "useCase": "2FA",
- "useCaseSummary": "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",
- "verificationRequestId": "string",
- "verificationStatus": "In Progress",
}
Get a single verification request by its ID.
Successful Response
{- "additionalInformation": "This is for security purposes, blah blah blah",
- "businessAddr1": "311 W Superior St",
- "businessAddr2": "121 W Superior St",
- "businessCity": "Chicago",
- "businessContactEmail": "email@example.com",
- "businessContactFirstName": "John",
- "businessContactLastName": "Doe",
- "businessContactPhone": "+18889809750",
- "businessName": "Telnyx LLC",
- "businessState": "Illinois",
- "businessZip": "60654",
- "id": "eaba9f52-164e-58e0-b002-4f668e18b7ed",
- "isvReseller": "Yes",
- "messageVolume": "100,000",
- "optInWorkflow": "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",
- "optInWorkflowImageURLs": [
], - "phoneNumbers": [
- {
- "phoneNumber": "+18773554398"
}, - {
- "phoneNumber": "+18773554399"
}
], - "productionMessageContent": "Your Telnyx OTP is XXXX",
- "reason": "Unfortunately, we have to cancel this request as we do not support non tollfree US numbers.",
- "useCase": "2FA",
- "useCaseSummary": "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",
- "verificationStatus": "Pending Customer Feedback",
}
Update an existing tollfree verification request. This is particularly useful when there are pending customer actions to be taken.
Successful Response
{- "additionalInformation": "This is for security purposes, blah blah blah",
- "businessAddr1": "311 W Superior St",
- "businessAddr2": "121 W Superior St",
- "businessCity": "Chicago",
- "businessContactEmail": "email@example.com",
- "businessContactFirstName": "John",
- "businessContactLastName": "Doe",
- "businessContactPhone": "+18005550100",
- "businessName": "Telnyx LLC",
- "businessState": "Illinois",
- "businessZip": "60654",
- "isvReseller": "Yes",
- "messageVolume": "100,000",
- "optInWorkflow": "User signs into the Telnyx portal, enters a 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",
- "optInWorkflowImageURLs": [
], - "phoneNumbers": [
- {
- "phoneNumber": "+18773554398"
}, - {
- "phoneNumber": "+18773554399"
}
], - "productionMessageContent": "Your Telnyx OTP is XXXX",
- "useCase": "2FA",
- "useCaseSummary": "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",
}
{- "additionalInformation": "This is for security purposes, blah blah blah",
- "businessAddr1": "311 W Superior St",
- "businessAddr2": "121 W Superior St",
- "businessCity": "Chicago",
- "businessContactEmail": "email@example.com",
- "businessContactFirstName": "John",
- "businessContactLastName": "Doe",
- "businessContactPhone": "+18005550100",
- "businessName": "Telnyx LLC",
- "businessState": "Illinois",
- "businessZip": "60654",
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "isvReseller": "Yes",
- "messageVolume": "100,000",
- "optInWorkflow": "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",
- "optInWorkflowImageURLs": [
], - "phoneNumbers": [
- {
- "phoneNumber": "+18773554398"
}, - {
- "phoneNumber": "+18773554399"
}
], - "productionMessageContent": "Your Telnyx OTP is XXXX",
- "useCase": "2FA",
- "useCaseSummary": "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",
- "verificationRequestId": "string",
- "verificationStatus": "In Progress",
}