zkPass
zkPass Developer's Guide
zkPass Developer's Guide
  • ⛩️Introduction
  • ZKPASS OVERVIEW
    • πŸ›οΈArchitecture
    • 🧱zkPass Components
    • 🀝Trust Models
    • 🚚Deployment
      • Public-Cloud Hosting
      • Private-Cloud Hosting
      • On-Premise Hosting
    • 🎯SDK Objectives
    • πŸ”‘API Key
  • zkPass Modules
    • ☁️DVR
      • πŸ—»High Level View
      • πŸ—οΈKey Concepts
        • User Data
        • DVR Info
        • zkPass Proof
      • πŸ‘₯DVR Client Roles
        • Data Issuer
          • Providing User Data Retrieval API
        • Data Holder
          • 1. Retrieving the DVR
          • 2. Retrieving the User Data
          • 3. Generating the Proof
          • 4. Verifying the Proof
        • Proof Verifier
          • 1. Providing DVR Retrieval API
          • 2. Providing Proof Verification API
      • πŸ”ŽDVR Query
        • Building Query Engine
        • Processing Query
        • Query Grammar
      • πŸ—οΈIntegration Guidelines
      • 🌊DVR Workflows
  • SDK Tutorial
    • Typescript
      • Running Code
      • Code Snippet
      • Directory Structure
    • Rust
      • Running Code
      • Code Snippet
      • Directory Structure
  • API Reference
    • Typescript
      • Classes
        • Class: DvrModuleClient
      • Functions
        • Functions: ffiHelper
        • Functions: jwtHelper
        • Functions: publicKeyOptionUtils
      • Type Aliases
        • Types
        • Types: ffiType
      • Interfaces
        • Interfaces
      • Constants
        • Constants
        • Enums
      • Errors
    • Rust
      • Building Rust doc
    • RESTful API
      • Overview
      • Endpoints
        • Generate Proof
      • Utilities
        • Generate Key Pair
        • Sign User Data and DVR
        • Encrypt User Data and DVR
      • Errors
  • Glossary
    • DVR
    • User Data
    • ZKP
Powered by GitBook
On this page
Export as PDF
  1. ZKPASS OVERVIEW

API Key

PreviousSDK ObjectivesNextDVR

Last updated 5 months ago

You need an API key and a secret key to use the zkPass service. Register on the to obtain your API and secret keys.

Please keep your API Key and Secret Key safeβ€”don't share them with anyone else

πŸ”‘
zkPass portal