B2B accounts can generate an API key, but it only works once a subscription here is Active. Activate after confirming payment was received (same as shop/vendor payments); suspend to cut off access at any time.
{% for sub in subscriptions %}{{ sub.owner_email }}
Plan: {{ sub.plan|title }} · Rate limit: {{ sub.rate_limit_per_minute }}/min · Requested: {{ sub.requested_at|date:"Y-m-d H:i" }} {% if sub.activated_at %}· Activated: {{ sub.activated_at|date:"Y-m-d H:i" }}{% endif %}
No API subscription requests yet.
{% endfor %}