Update Verification Request
Update an existing tollfree verification request. This is particularly useful when there are pending customer actions to be taken.
Path parameters
Unique identifier of the resource.
Request body
Example request
{
"businessAddr1": "600 Congress Avenue",
"businessAddr2": "14th Floor",
"businessCity": "Austin",
"businessContactEmail": "email@example.com",
"businessContactFirstName": "John",
"businessContactLastName": "Doe",
"businessContactPhone": "+18005550100",
"businessName": "Telnyx LLC",
"businessRegistrationCountry": "US",
"businessRegistrationNumber": "12-3456789",
"businessRegistrationType": "EIN",
"businessState": "Texas",
"businessZip": "78701",
"campaignVerifyAuthorizationToken": "cv_token_abc123xyz",
"corporateWebsite": "http://example.com",
"doingBusinessAs": "Acme Services",
"helpMessageResponse": "Reply HELP for assistance or STOP to unsubscribe. Contact: support@example.com",
"optInConfirmationResponse": "You have successfully opted in to receive messages from Acme Corp",
"optInKeywords": "START, YES, SUBSCRIBE",
"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": [
{
"url": "https://telnyx.com/sign-up"
},
{
"url": "https://telnyx.com/company/data-privacy"
}
],
"phoneNumbers": [
{
"phoneNumber": "+18773554398"
},
{
"phoneNumber": "+18773554399"
}
],
"privacyPolicyURL": "https://example.com/privacy",
"productionMessageContent": "Your Telnyx OTP is XXXX",
"termsAndConditionURL": "https://example.com/terms",
"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",
"webhookUrl": "http://example-webhook.com"
}Response
Successful Response
Example response
{
"additionalInformation": "This is for security purposes, blah blah blah",
"businessAddr1": "600 Congress Avenue",
"businessAddr2": "14th Floor",
"businessCity": "Austin",
"businessContactEmail": "email@example.com",
"businessContactFirstName": "John",
"businessContactLastName": "Doe",
"businessContactPhone": "+18005550100",
"businessName": "Telnyx LLC",
"businessRegistrationCountry": "US",
"businessRegistrationNumber": "12-3456789",
"businessRegistrationType": "EIN",
"businessState": "Texas",
"businessZip": "78701",
"campaignVerifyAuthorizationToken": "cv_token_abc123xyz",
"corporateWebsite": "http://example.com",
"doingBusinessAs": "Acme Services",
"helpMessageResponse": "Reply HELP for assistance or STOP to unsubscribe. Contact: support@example.com",
"isvReseller": "Yes",
"optInConfirmationResponse": "You have successfully opted in to receive messages from Acme Corp",
"optInKeywords": "START, YES, SUBSCRIBE",
"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": [
{
"url": "https://telnyx.com/sign-up"
},
{
"url": "https://telnyx.com/company/data-privacy"
}
],
"phoneNumbers": [
{
"phoneNumber": "+18773554398"
},
{
"phoneNumber": "+18773554399"
}
],
"privacyPolicyURL": "https://example.com/privacy",
"productionMessageContent": "Your Telnyx OTP is XXXX",
"termsAndConditionURL": "https://example.com/terms",
"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",
"webhookUrl": "http://example-webhook.com"
}Changes
Changed in 2 of the 61 revisions of this API.46
- ▲
removed
messaging_toll_free_verification_EntityTypefrom theentityTyperequest propertyanyOflistrequest-property-any-of-removed
- ▲
the
errors/items/coderesponse's property type/format changed frominteger/int32tostring/for status4XXresponse-property-type-changed
- ○
added
toll-free-verification_EntityTypeto theentityTyperequest propertyanyOflistrequest-property-any-of-added
- ○
added
toll-free-verification_EntityTypeto theentityTyperesponse propertyallOflist for the response status200response-property-all-of-added
- ○
removed
messaging_toll_free_verification_EntityTypefrom theentityTyperesponse propertyallOflist for the response status200response-property-all-of-removed
This revision also has 64 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ▲
removed
toll-free-verification_EntityTypefrom theentityTyperequest propertyanyOflistrequest-property-any-of-removed
- ▲
the
errors/items/coderesponse's property type/format changed fromstring/tointeger/int32for status4XXresponse-property-type-changed
- ○
added
messaging_toll_free_verification_EntityTypeto theentityTyperequest propertyanyOflistrequest-property-any-of-added
- ○
added
messaging_toll_free_verification_EntityTypeto theentityTyperesponse propertyallOflist for the response status200response-property-all-of-added
- ○
removed
toll-free-verification_EntityTypefrom theentityTyperesponse propertyallOflist for the response status200response-property-all-of-removed
This revision also has 41 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲