{% extends "portal/base.html" %} {% block title %}Dashboard{% endblock %} {% block content %}
Here's your API business overview.
| Name | Price/Call | Calls | Revenue | Status |
|---|---|---|---|---|
| {{ svc.name }} | ${{ "%.4f"|format(svc.price_per_call) }} | {{ "{:,}".format(svc.call_count) }} | ${{ "%.2f"|format(svc.revenue) }} | {{ svc.status }} |
No services listed yet
Use the API to register your first service, or check the API documentation.
POST /api/v1/services with your API key