{% extends "control/control_base.html" %} {% block style %} {{ block.super }} {% endblock style %} {% block title %} API Info - Seattle Clearinghouse {% endblock title %} {% block nav_profile %} Profile {% endblock nav_profile %} {% block content %}

Seattle Clearinghouse API Info

Seattle Clearinghouse offers an XML-RPC interface to perform actions such as acquiring, releasing, and renewing vessels. To authenticate yourself using this API you use an API key rather than your account password.

You don't need to use the XML-RPC interface in order to use Seattle Clearinghouse. If you'd like to do so, though, take a look at the Seattle Clearinghouse XML-RPC client library.

Your API key is:

{{ api_key }}

Changing your API key

In some cases you may want to generate a new API key (for example, if you accidentally left your old one in a file that you shared publicly). Generating a new API key will make your old API key no longer work. {% if msg %}
{{ msg }}
{% endif %}
{% endblock content %}