I have been trying to get a list and count of current Script Tags using: GET /admin/script_tags.json and GET /admin/script_tags/count.json following this documentation: http://docs.shopify.com/api/scripttag#index.
Each time I get a blank 404 response. I can successfully request other pages without a problem.
I have found that a true 404 response is not blank with:
{"errors":"Not Found"}
Has anyone come across this before?