Latest Legacy

Get details of a verification request

Use this API to get details of a single toll-free number’s verification status.

GET https://api.plivo.com/v1/Account/{auth_id}/TollfreeVerification/{uuid}/

Response

HTTP Response code - 200

{
   "api_id": "aecbd496-81fd-11ee-b92a-0242ac110005",
   "uuid": "7f4b4d49-8d3f-422c-4f3d-5b0166223a4b",
   "profile_uuid": "bd781875-24f8-4f51-8472-85e697db24dX",
   "created": "2023-11-07T14:47:00.761439Z",
   "last_modified": "2023-11-07T14:47:00.761412Z",
   "message_sample": "Your Plivo verification code is xxxx.",
   "number": "18664892XXX",
   "optin_image_url": "https://abc.com/test1",
   "optin_type": "WEB_FORM",
   "status": "SUBMITTED",
   "usecase": "2FA",
   "usecase_summary": "We send 2FA codes to customers when they sign up.",
   "volume": "1,000",
   "additional_information": "Privacy policy: https://www.plivo.com/legal/privacy/",
   "extra_data": "Ticket 1",
   "callback_url": "https://abc.com/test2",
   "error_message": ""
}