{% extends "rest_framework/api_basics.html" %} {% block description %}

The InfiniMetrics API uses HTTP Basic Authentication to receive the user credentials. General pages require credentials for any system or IMX_ADMIN. Pages of a specific system require credentials for the system or IMX_ADMIN. For example:

curl -u username:password https://infinimetrics/api/rest/systems/10017/monitored_entities/

If the credentials are missing or invalid, the API returns HTTP error code 403.

Next: Response Format » {% endblock %}