- body format:
-
- 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 %}
-
+ {% if enableSandbox %}
+
+ body format:
+
+ 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 %}
+