WalliD
  • Overview
  • CertiShop WebApp
    • Getting Started
    • Manage Organization
    • Create a Certificate Template
    • Issue Certificates
    • Receiving Certificates
    • Verifying Certificates
  • CertiShop SDK
    • Intro
    • Authentication
    • Making Requests
  • CertiShop On Prem
    • Intro
    • Webhooks
    • Client-gateway
    • Datalayer
    • Deployment
  • Architecture
    • Overview
    • Certificate Protocols
    • Wallets
    • Databases
    • Verification
  • API Reference
  • Glossary
  • Privacy Policy
Powered by GitBook
On this page
  1. CertiShop SDK

Intro

You can interact with the WlliD-CertiShop API through HTTP requests via our official libraries.

To install the official Node.js library, run the following command in your Node.js project directory:

npm install wallid-certishop

To install the official Python library, run the following command in your python project directory:

pip install wallid-certishop
PreviousVerifying CertificatesNextAuthentication

Last updated 6 months ago