Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iann0036/manichostrest
RESTful API Specification for Manic Host
https://github.com/iann0036/manichostrest
Last synced: 17 days ago
JSON representation
RESTful API Specification for Manic Host
- Host: GitHub
- URL: https://github.com/iann0036/manichostrest
- Owner: iann0036
- License: mit
- Created: 2015-02-24T12:28:00.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-03-14T13:21:52.000Z (over 9 years ago)
- Last Synced: 2024-10-12T23:12:16.477Z (about 1 month ago)
- Size: 164 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Manic Host REST API
> **API Endpoint:** https://api.manic.host/
## Getting your API key
Login to your account at [Manic Host](https://my.manic.host) and visit your **Settings** page. On this page, you'll see the API Key field.Click the **Reveal** button to see your API key.
Keep your API key safe.
## Making requests
After obtaining your API key, you may immediately make API requests to the primary API endpoint.When sending requests, the **X_API_KEY** header should be set with your API key as the value. This is the only authentication required.
By default, responses are returned in XML format. If you would like to have responses returned as JSON, you should send the _Accept: application/json_ header.
In addition to the listed response parameters, the _status_ parameter will be returned as a boolean representation of the successfulness of the request.
## Methods
[Domains](https://github.com/iann0036/ManicHostREST/blob/master/Domains.md)
[Hosting](https://github.com/iann0036/ManicHostREST/blob/master/Hosting.md)
### GET /
Returns metadata about the API service.#### Request
There are no request parameters for this method.#### Response
- _api_version_ - The active version of the API
- _documentation_ - Link to the latest documentation of the API