From 3bb194f3077b079412efcf798c5eeed51755b62c Mon Sep 17 00:00:00 2001 From: Hunter Long Date: Wed, 12 Sep 2018 20:48:40 -0700 Subject: [PATCH] Updated API (markdown) --- API.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/API.md b/API.md index 2f7e8c6..de90ecc 100644 --- a/API.md +++ b/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. + +

+Postman JSON Export | Swagger Export +

## 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.