Polygon ID · Example Payload

Verifier Sign In Request Offchain Sig V3

IdentityVerifiable CredentialsZero-Knowledge ProofsSelf-Sovereign IdentityDecentralized IdentityBlockchainWeb3KYC

Verifier Sign In Request Offchain Sig V3 is an example object payload from Polygon ID, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

chainIDscope

Example Payload

Raw ↑
{
  "chainID": "80002",
  "scope": [
    {
      "circuitID": "credentialAtomicQueryV3-beta.1",
      "id": 1,
      "query": {
        "context": "https://raw.githubusercontent.com/iden3/claim-schema-vocab/main/schemas/json-ld/kyc-v3.json-ld",
        "allowedIssuers": [
          "*"
        ],
        "type": "KYCAgeCredential",
        "credentialSubject": {
          "birthday": {
            "$lt": 20201010
          }
        }
      }
    }
  ]
}