{% extends "base.html" %} {% load q %} {% block title %} Your API Keys {% endblock %} {% block head %} {% endblock %} {% block breadcrumbs %}
  • API Keys
  • {% endblock %} {% block body %}

    Your API Keys

    Your API keys allow you to programmatically access and update your system data on Q.

    Get your API keys

    Your three API keys are:

    Read-only key

    {{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.

    Full access key

    {{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.

    Write-only key

    {{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.

    Reset your API keys

    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.

    {% csrf_token %}
    {% endblock %} {% block scripts %} {% endblock %}