{% extends "base.html" %} {% load static %} {% block title %}{% if object %}Edit{% else %}Add{% endif %} API Endpoint - Integration{% endblock %} {% block content %}
You can use these variables in your URL:
{base_url} - System base URL{api_version} - API version{tenant_id} - Current tenant ID{user_id} - Current user IDImportant security considerations:
| Status: | {{ object.get_status_display }} |
| Health: | {% if object.health_status %} {{ object.health_status }} {% else %} Not tested {% endif %} |
| Last Test: | {{ object.last_tested|date:"M d, H:i"|default:"Never" }} |
| Success Rate: | {{ object.success_rate|floatformat:1 }}% |