{% extends "base.html" %} {% block title %}Create API Key — {{ club.name }}{% endblock %} {% block content %}

{{ club.name }} — Create API Key

Back to API keys
{% if error %}
{{ error }}
{% endif %}
{% csrf_token %}
A label to identify this integration.
Permissions
Adds points to members, and reads the list of lots from this club's auctions (including seller and winner names and email addresses).
Renews a membership from an external system, adding the member if they're new.
{% endblock %}