Specific Errors Scenarios

Authentication error

Please keep in mind that this service is only accessible for Enterprise customers and thus not included in the trial and Organization packages. Please talk to us to access the API endpoint.

$ curl --request GET \
       --url https://api.deepinfo.com/v1/feeds/latest \
       --header 'Accept: application/json'
HTTP/1.1 403 Forbidden
...
{
  "message": "You cannot consume this service"
}