Would you like to clone this notebook?

When you clone a notebook you are able to make changes without affecting the original notebook.

Cancel

Product API V1- GET one dataproduct

node v10.24.1
version: 1.0.0
endpointsharetweet
const request = require('request'); request('https://api-sandbox.oftrust.net/products/v1/prh-business-identity-data-product', { json: true }, (err, res, body) => { if (err) { return console.log(err); } });
Loading…

no comments

    sign in to comment