Authentication
Individual Authentication
const {CertiShop } = require(“wallid-certishop");
const configuration = {apiKey: "YOUR_API_KEY"};
const CertiShopWalliD = new CertiShop(configuration);Organization Authentication
Specifying Organization for API Requests
Last updated