Connecting
Authentication
All requests to the API are required to authenticate using an API key. You can authenticate your requests via the key
query string parameter:
curl https://api.hub.jhu.edu/articles?key=REPLACE_WITH_KEY
Versioning
All requests to the API are required to provide a version number. The current API version is 1
. You can provide the version number via the v
query string parameter:
curl https://api.hub.jhu.edu/articles?v=1