Jenshinn API Documentations
    Jenshinn API Documentations
    • Jenshinn Public API
      • Public API
        • Get key info
        • Get issuer details
        • Enable the key
        • Disable the key
        • Get usage
        • Get receipt PDF
      • Schemas
        • KeyInfo
        • IssuerInfo
        • UsageDay
        • UsageInfo
        • EnabledResponse
        • ApiError

    UsageInfo

    Usage total, progress, and by day (verified and enabled keys only)

    {
        "usageTotal": 0,
        "usageProgress": 0,
        "usageByDay": [
            {
                "date": "string",
                "dayKey": "string",
                "usage": 0,
                "isToday": true
            }
        ],
        "usageAsOf": "2019-08-24T14:15:22.123Z",
        "price": 0
    }
    Built with