I’d like to have a read-only API key for server-side use that has read access to all endpoints.
Currently, there’s only two options:
I maintain an MVC application that retrieves data from updown.io’s API for server-side rendering. The API key is only accessible to the server’s administrators. I’ve used the read-only API key for least privilege access, as the application will only ever use read access under all circumstances. Unfortunately, this locks it out from a few endpoints that would provide more detailed data.
Comments
Sign in to comment