{% if current_user %}

Your API Key


This is your API key that should be kept secret. Use it to authenticate and report the calls you make to the Echo API.

Credentials {% if current_account.applications.size > 0 %} {% endif %}
{% else %}

Register

Register to the developer portal to use the Echo API

Get your API key

Use your API key to authenticate and report the calls you make

Create your app

Start coding and create awesome applications with the Echo API

Pick your plan


{% for plan in provider.services.api.application_plans %}
{{ plan.name }}
{% if plan.features == present %}
Features
    {% for feature in plan.features %}
  • {{ feature.name }}
  • {% endfor %}
{% endif %}
Limits
    {% if plan.usage_limits == present %} {% for limit in plan.usage_limits %}
  • {{ limit.metric.name }} – {{ limit.value }} {{ limit.metric.unit }}s per {{ limit.period }}
  • {% endfor %} {% else %}
  • No limits
  • {% endif %}
{% endfor %}
{% endif %}

{{ current_user.username }} please click on the top menu item DOCUMENTATION to see the actual ActiveDocs (swagger) that belongs to your account.