LogoLogo
  • Introduction
  • Getting Started
  • SenseCrypt Server
    • Starting the server
    • Configuration
    • Licensing and Authorization
    • Using the Swagger Docs page
    • Authorization
    • Using a JWT Token for Mobile Authorization
    • Getting information about your license
    • SenseCrypt eID
      • Generating your first SensePrint eID QR
      • Generating a raw SensePrint
      • Decrypting a raw SensePrint
      • Parsing a SensePrint
    • SenseCrypt Face PKI
      • Configuration
      • Accessing your Root Certificate
      • Generate your first Face Certificate
      • Verifying a Face Certificate
      • Encrypting Data/Keys using a Face Certificate
      • Face Decrypting Data/Keys
      • Face Signing
      • Face Signature Verification
    • Accessing the server for testing
    • Liveness Image Requirements
  • SenseCrypt Mobile SDKs
    • Licensing
    • Authorization for Online SDKs
    • Liveness and Face Capture
    • Android SDK
    • iOS SDK
  • Conclusion
  • FAQ & Search
  • Appendix
    • Privacy Preserving Biometric Verifiability
    • Principles of Privacy Preserving Face Verification
    • Foundational vs Functional eID
Powered by GitBook
On this page

Was this helpful?

Export as PDF
  1. SenseCrypt Server

Getting information about your license

How to get information about your license and check its expiry data

PreviousUsing a JWT Token for Mobile AuthorizationNextSenseCrypt eID

Was this helpful?

Assuming you have configured your server correctly and , we provide an end-point for you to retrieve license information from the server.lic file provided to you.

To get information about your license, expand the /license-info section and then click the Execute button as shown below:

Doing so will return you values such as the ones shown below:

{
  "customer_id": "6424c684-dd5e-4744-9af8-bfc8f6869e16",
  "license_id": "7acbb964-522f-4e5d-9013-8e7ad2522839",
  "activated_features": "CALL_HOME,CREATE_QR_CODE",
  "expires": "2024-08-20T04:41:00Z"
}

The expires field gives you the expiry of your license in the UTC timezone.

The rest of the information can be useful if you face any issues and wish to talk to customer support staff at Seventh Sense.

authorized yourself
Getting information about your server license