Skip to main content

API

The API

The API is the only method to request information from MistServer and set up configurations. The MistServer interface itself could be considered a Javascript example of how to use it, but how would it look like in other languages? That's what we'll be covering here.

To give you an idea on how to use the API we'll give you several examples using different implementations. Additional information about how to use MistServer's API can be found in the API documentation

Localhost addresses do not need to authenticate

It's important to remember that authentication is not required if you're contacting MistServer from a local address. You could potentially skip the authentication step, though we would recommend building it for future use regardless.