Skip to main content
GET
/
api
/
subscriptions
/
metrics
Métricas de assinaturas
curl --request GET \
  --url https://alpa-sistema-api.onrender.com/api/subscriptions/metrics \
  --header 'API-Key: <api-key>'
{
  "success": true,
  "data": {
    "mrr": 99000,
    "activeSubscribers": 42,
    "churnRate": 0.05
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.usealpa.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

API-Key
string
header
required

Chave de API obtida através do endpoint /api/credentials. Também aceita formato Bearer Token: Authorization: Bearer <api_key>

Response

Métricas retornadas com sucesso

success
boolean
Example:

true

data
object