{% 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 Office Locations API.

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

Register

Register to the developer portal to use the Office Locations 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 Office Locations 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 %}

Run your requests

$ curl -k -v "https://location-api.amp.dil.opentry.me:443/locations"


Request
Response