{{ apiName }}
{% if enableSandbox %}
{% if bodyFormats|length > 0 %} body format:
{% if 'form' in bodyFormats %}
Form Data
{% endif %} {% if 'json' in bodyFormats %}
JSON
{% endif %}
{% endif %} {% if requestFormats|length > 0 %} request format:
{% for format, header in requestFormats %}
{{ format }}
{% endfor %} {% endif %}
{% if authentication %} {% if authentication.delivery == 'http' and authentication.type == 'basic' %} api login:
api password:
{% elseif authentication.delivery in ['query', 'http', 'header'] %} api key:
{% endif %} {% if authentication.custom_endpoint %} api endpoint:
{% endif %}
Save
Clear
{% endif %}
{% endif %}
{% include motdTemplate %}
{% block content %}{% endblock %}
Documentation auto-generated on {{ date }}