API Documentation

Programmatic access to status data
← Back to Dashboard
{% for endpoint in endpoints %}
GET {{ endpoint.route }}
{{ endpoint.description }}
{% if endpoint.parameters %}
{% for param in endpoint.parameters %} {% endfor %}
Parameter Type Description
{{ param.name }} {{ param.type }} {{ param.description }}
{% endif %}
{% endfor %}