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

Using the Swagger Docs page

How the Swagger Docs page can be used to quickly test the APIs

Assuming that you have been able to successfully start the Docker and access the Swagger Docs page via:

http://localhost:7777/docs

The following describes how to use the Swagger Docs page. The Swagger Docs page makes http(s) calls via your browser. Hence, everything detailed below can also be accomplished using an http library in a programming language of your choice.

The page also provides cURL commands that you can execute from the command line to send requests and receive responses.

Authorization

Each API end-point in the Swagger Docs page requires an x-api-key header for authorisation.

For your convenience, the Swagger Docs page allows you to authorise via the UI in a browser.

This is demonstrated in the next section.

PreviousLicensing and AuthorizationNextAuthorization

Was this helpful?