Skip to main content

Getting Started

Appliance.io provides its API specification to help others understand how the website works. To utilize the API, please contact the account manager. Our API includes its own authorization header and returns JSON responses.


HTTP Response

200 (OK) - Client request succeeds being processed by server.
201 (Created) - Server succeeds creating/adding resource as requested by client.
400 (Bad Request) - Client request failed to be processed due to failure of inputting validation from client.
401 (Unauthorized) - Client request failed to be processed due to unauthorized user.
403 (Forbidden) - Client request failed to be processed because of not having access to the requested resource.
404 (Not Found) - Client request failed to be processed due to unknown requested resource.
500 (Internal Server Error) - Client request failed to be processed due to error from the server (raising exception)
503 (Service Unavailable) - Client request failed to be processed due to unbearable request by server.

Base URL:

https://appliance-api.com