Need help with the API

where is my error? writes “No value for line_type” what to write there?
https://numverify.com/documentation

{

  • “valid”: true,
  • “number”: “14158586273”,
  • “local_format”: “4158586273”,
  • “international_format”: “+14158586273”,
  • “country_prefix”: “+1”,
  • “country_code”: “US”,
  • “country_name”: “United States of America”,
  • “location”: “Novato”,
  • “carrier”: “AT&T Mobility LLC”,
  • “line_type”: “mobile”

}

It’s better to decode the json returned using My Extension and then use dictionaries get value block, Whereas the key is line_type and the dictionary is the value you’ve decoded.

3 Likes