Skip to content

GET/api/v1/tenant/billing/dashboard

ReturnsResponseBillingDashboard

Response examples

200OK

*/* example derived from schema

{
  "statusCode": 0,
  "statusMessage": "string",
  "data": {
    "stripe": {
      "status": "string",
      "moduleEnabled": true,
      "message": "string",
      "chargesEnabled": true
    },
    "stats": {
      "activeSubscriptions": 0,
      "activePaidSubscriptions": 0,
      "activeGrantSubscriptions": 0,
      "uniqueActiveMembers": 0
    },
    "memberships": [
      {
        "id": 0,
        "userId": 0,
        "email": "string",
        "productId": 0
      }
    ]
  },
  "errors": [
    {
      "code": "string",
      "message": "string",
      "field": "string"
    }
  ]
}

Directwerk — whitelabel publication infrastructure