Api.dmon.io

From wiki.dmon.io

SwaggerUI

Screenshot

The API can be easily tested at api.dmon.io/docs using the built in SwaggerUI.

You can handle your own client authorization with Auth0 and pass the implicit auth token to api.dmon.io, or you can just test using a browser.

  • Log in to dmon.io
  • Go to dmon.io/debug to visit the debug page, and click the "Copy Raw Token" button.
  • Go to api.dmon.io/docs, click "Authorize", and paste the token in the bearer token section.
  • Try out the APIs per the endpoints on that page.