API Overview
BETA API - updated 2017-04-27 (Have a question?)
Base URI
http://secureshare.it.usf.edu/apiAll API access is over HTTPS and starts with /api. All responses are JSON.
Authentication
http://USERNAME:APITOKEN@secureshare.it.usf.edu/apiWe use HTTP Basic Authentication for all requests and require a username and password.
- The username is the same as your Stella account login.
- The password is the API token which you can find on your account page.
System Status
GET http://secureshare.it.usf.edu/api/v1/statusCurrent status of the system.
$ curl -u 'USERNAME:APITOKEN' http://secureshare.it.usf.edu/api/v1/status
{"status":"nominal"}