Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

ProofSpace provides the following integration points:

Called by ProofSpace:

  1. Action Interaction Webhook

  2. Credential Check external verification Webhook

Called by third-party:

...

Repository WebHooks integration examples contains Javascript examples.

Demo: Corresponding ProofSpace demo interactions with integration webhooks can be found in the ProofSpace App. Android or iOS

You may navigate to ProofSpace Demo service by searching it in the App or by scanning the service QR with the Scan button in the bottom navigation bar.

Image AddedImage Added

Description of calls

...

Note: if third-party systems want to deny or postpone the issuing of a credential back to a user, then it should return credentials with empty fields and the revoked flag set to true.

Credential

...

external verification Webhook

Can be configured to perform validation of credentials behind ProofSpace (such as checking that the hash is present in the blockchain or checking the root authority of the certificate).

...

Code Block
 A “service” is an instance of the ProofSpace Dashboard. 
 ProofSpace charges a subscription fee per service and all interactions 
 for a service will be created and monitored in the Dashboard for that service.