{% extends 'core/base.html' %} {% load i18n %} {% load core_tags %} {% block content %}

API

{% blocktrans trimmed %} The RDMO API allows you to interact with the service programmatically using scripts or other tools. We provide several sets of endpoints: {% endblocktrans %}

{% if schema_url %}

OpenAPI specification

The OpenAPI specification is available at: {{ schema_url }}.

{% endif %} {% if swagger_url %}

Swagger interface

The Swagger interface is available at: {{ swagger_url }}.

{% endif %} {% if redoc_url %}

Redoc interface

The Redoc interface is available at: {{ redoc_url }}.

{% endif %}

Module endpoints

{% blocktrans trimmed %} The different modules of RDMO have separate endpoints: {% endblocktrans %}

{% endblock %}