Read the anchor record for a proof

View as Markdown

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

OR
X-API-Keystring
API Key authentication via header

Path parameters

idstringRequired

Response

OK
proofIdstring
statusenum

Lifecycle state of an on-chain ZK proof anchor row.

Allowed values:
submittedAtdatetime
proofHashstringformat: "^0x[0-9a-fA-F]{64}$"
predicateHashstringformat: "^0x[0-9a-fA-F]{64}$"
submitterDidstring
holderDidstring or null
credentialIdstring
txHashstring or nullformat: "^0x[0-9a-fA-F]{64}$"
blockNumberlong or null>=0
confirmedAtdatetime or null
revokedAtdatetime or null
revokedBlocklong or null
failureReasonstring or null
lagBlocksinteger>=0

Errors

404
Not Found Error