Fetch tollfree verification
A Messaging resource to create and retrieve Tollfree Verifications.
GET
/v1/Tollfree/Verifications/{Sid}
curl \
--request GET 'https://messaging.twilio.com/v1/Tollfree/Verifications/{Sid}' \
--user "username:password"
Response examples (200)
{
"sid": "HHaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
"url": "https://messaging.twilio.com/v1/Tollfree/Verifications/HHaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
"status": "TWILIO_APPROVED",
"error_code": null,
"account_sid": "ACaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
"opt_in_type": "VERBAL",
"date_created": "2021-01-27T14:18:35Z",
"date_updated": "2021-01-27T14:18:36Z",
"edit_allowed": null,
"business_city": "Anytown",
"business_name": "Owl, Inc.",
"message_volume": "2000",
"resource_links": {
"trust_product": "https://trusthub.twilio.com/v1/TrustProducts/BUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
"customer_profile": "https://trusthub.twilio.com/v1/CustomerProfiles/BUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
"channel_endpoint_assignment": "https://trusthub.twilio.com/v1/TrustProducts/BUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/ChannelEndpointAssignments/RAaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"
},
"edit_expiration": null,
"business_country": "US",
"business_website": "http://www.company.com",
"rejection_reason": null,
"use_case_summary": "This number is used to send out promotional offers and coupons to the customers of John's Coffee Shop",
"opt_in_image_urls": [
"https://testbusiness.com/images/image1.jpg",
"https://testbusiness.com/images/image2.jpg"
],
"rejection_reasons": null,
"trust_product_sid": "BUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
"notification_email": "support@company.com",
"regulated_item_sid": "RAaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
"use_case_categories": [
"TWO_FACTOR_AUTHENTICATION",
"MARKETING"
],
"business_postal_code": "11111",
"customer_profile_sid": "BUaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
"external_reference_id": "abc123xyz567",
"additional_information": "see our privacy policy here www.johnscoffeeshop.com/privacypolicy",
"business_contact_email": "email@company.com",
"business_contact_phone": "+11231231234",
"business_street_address": "123 Main Street",
"business_street_address2": "Suite 101",
"production_message_sample": "lorem ipsum",
"tollfree_phone_number_sid": "PNaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
"business_contact_last_name": "lastname",
"business_contact_first_name": "firstname",
"business_state_province_region": "AA"
}