How to run the examples Check you have node and npm installed. node --version npm --version Install dependencies. npm i Update app token values. const SUMSUB_APP_TOKEN = ''; const SUMSUB_SECRET_KEY = ''; Run the examples. node AppTokenJsExample.js