curl --location --request PATCH '/messaging_tollfree/verification/requests/' \
--header 'Content-Type: application/json' \
--data-raw '{
"additionalInformation": "string",
"businessAddr1": "600 Congress Avenue",
"businessAddr2": "14th Floor",
"businessCity": "Austin",
"businessContactEmail": "email@example.com",
"businessContactFirstName": "John",
"businessContactLastName": "Doe",
"businessContactPhone": "+18005550100",
"businessName": "Telnyx LLC",
"businessState": "Texas",
"businessZip": "78701",
"corporateWebsite": "http://example.com",
"isvReseller": "string",
"messageVolume": "10",
"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"
}
],
"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",
"webhookUrl": "http://example-webhook.com"
}'
{
"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",
"businessState": "Texas",
"businessZip": "78701",
"corporateWebsite": "http://example.com",
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"isvReseller": "Yes",
"messageVolume": "10",
"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"
}
],
"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": "Verified",
"webhookUrl": "http://example-webhook.com"
}
Authorization: Bearer ********************