Notardec Docs

Notardec Docs

Main

  • Documentation
  • OpenAPI

Socials

    • Latest (0.5.x)
    • v0.4
    • v0.3

    • All versions
        • About Notardec API
        • Getting Started
        • Using Wallets
        • Creating Assets
        • Pricing
        • Linking Assets
        • Getting token balance
        • Discovery config
        • About Notardec API
        • Getting Started
        • Authorization
        • Authentication
        • Error Handling
        • Using Wallets
        • Wallet operations
        • Creating Assets
        • Getting Assets
        • Pricing
        • Linking Assets
        • Get Signing Request
        • Submit and send the signed transaction
        • Get Signing Request
        • Discard transactions
        • Submit and send the signed transaction
        • Getting token balance
        • Discovery config
        • About Notardec API
        • Getting Started
        • Authorization
        • Authentication
        • Error Handling
        • Using Wallets
        • Wallet operations
        • Creating Assets
        • Getting Assets
        • Pricing
        • Linking Assets
        • Overview
        • Generate PoK
        • Respond PoK
        • Retrieve PoK
        • Code samples
        • PoK commandline application
        • Get Signing Request
        • Submit and send the signed transaction
        • Retrieve transaction status
        • Getting token balance
        • Create tokens
        • Transfer tokens
        • Discovery config
        • About Notardec API
        • Getting Started
        • Using Wallets
        • Creating Assets
        • Pricing
        • Linking Assets
        • Getting token balance
        • Discovery config
        • About Notardec API
        • Getting Started
        • Authorization
        • Authentication
        • Error Handling
        • Using Wallets
        • Wallet operations
        • Creating Assets
        • Getting Assets
        • Pricing
        • Linking Assets
        • Get Signing Request
        • Submit and send the signed transaction
        • Get Signing Request
        • Discard transactions
        • Submit and send the signed transaction
        • Getting token balance
        • Discovery config
        • About Notardec API
        • Getting Started
        • Authorization
        • Authentication
        • Error Handling
        • Using Wallets
        • Wallet operations
        • Creating Assets
        • Getting Assets
        • Pricing
        • Linking Assets
        • Overview
        • Generate PoK
        • Respond PoK
        • Retrieve PoK
        • Code samples
        • PoK commandline application
        • Get Signing Request
        • Submit and send the signed transaction
        • Retrieve transaction status
        • Getting token balance
        • Create tokens
        • Transfer tokens
        • Discovery config

    On this page

    Retrieve PoK

    On this page

    The method retrieves the PoK result and takes the following input parameters: the challenge ID (GUID)

    get /pok/{challengeId}

    Sample Response #
    {
      id: string,
      challenge: string,
      address: string,
      signature: string,
      result: boolean,
      createdOn: string,
      respondedOn: string
    }
    
    ← Transfer tokens
    Code samples →
    • Powered by Hugo and Doks