Docs


Idlemon Docs Api

API


Idlemon have an REST API, accepts application/json requests and deliveres application/json responses.
All requests must contain a header named Api-Token with a project specific token.
You can expect standard HTTP response codes.

Idlemon is built using PHP and therefor we already have a ready to use PHP API wrapper. Until more API wrappers are created, you can use regular http requests which is described here.