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

    KeyInfo

    Key info (price, email, buyer, owner, isVerified, enabled)

    {
        "price": "string",
        "email": "user@example.com",
        "buyer": "string",
        "owner": "string",
        "isVerified": true,
        "enabled": true,
        "createdAt": "2019-08-24T14:15:22.123Z"
    }
    Built with