{% if bodyFormats|length > 0 %}
body format:
{% endif %}
request format:
{% if authentication and authentication.delivery in ['query', 'http_basic', 'header'] %}
api key:
{% endif %}
{% if authentication and authentication.delivery in ['http_basic'] %}
api pass:
{% endif %}
{% if authentication and authentication.custom_endpoint %}
api endpoint:
{% endif %}