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.