Specific Errors Scenarios

Downloaded file format is not chosen

If you don't select the downloaded file format, the following error and code are received.

$ curl --request GET \
     --url 'https://api.deepinfo.com/v1/feeds/daily-discovered-subdomains?dns=false' \
     --header 'Accept: application/json'
HTTP/1.1 400 BAD REQUEST
...
{
  "code": 10400,
  "parameters": [
    {
      "param": "file_format",
      "details": [
        "This field is required."
      ]
    }
  ],
  "solution": "https://docs.deepinfo.com/reference/"
}