Updated API (markdown)

master
Hunter Long 2018-09-12 20:48:40 -07:00
parent 6456b9d801
commit 3bb194f307
1 changed files with 5 additions and 1 deletions

6
API.md

@ -1,4 +1,8 @@
Statup includes a RESTFUL API so you can view, update, and edit your services with easy to use routes.
Statup includes a RESTFUL API so you can view, update, and edit your services with easy to use routes. You can currently view, update and delete services, view, create, update users, and get detailed information about the Statup instance. To make life easy, try out a Postman or Swagger JSON file and use it on your Statup Server.
<p align="center">
<a href="https://github.com/hunterlong/statup/blob/master/dev/postman.json">Postman JSON Export</a> | <a href="https://github.com/hunterlong/statup/blob/master/dev/swagger.json">Swagger Export</a>
</p>
## Authentication
Authentication uses the Statup API Secret to accept remote requests. You can find the API Secret in the Settings page of your Statup server. To send requests to your Statup API, include a Authorization Header when you send the request. The API will accept any one of the headers below.