Specific Errors Scenarios
Downloaded file format is not determined
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-registered-domains?whois=false&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/"
}
Updated almost 3 years ago