{% extends "base.html" %} {% load q %} {% block title %} Your API Keys {% endblock %} {% block head %} {% endblock %} {% block breadcrumbs %}
Your API keys allow you to programmatically access and update your system data on Q.
Your three API keys are:
{{api_key_ro}}
Your read-only key gives external tools the ability to see anything you can see on Q but those tools cannot make any changes.
{{api_key_rw}}
Your full access key gives external tools the ability to see and make changes to anything you can see and make changes to on Q.
{{api_key_wo}}
Your write-only key gives external tools the ability to make changes to anything you can make changes to on Q but does not include the abiliy to see any data values stored in Q. The write-only key is useful in situations where the external tool needs to be able to upload data but does not need to read existing data values.
Choose the API key that is most appropriate for the acccess level required by the external application.
If any of your API keys have been compromised, you may reset your API keys. Your old API keys will be revoked and any external applications that are using the API must be given a new API key.
{% endblock %} {% block scripts %} {% endblock %}