PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Tuesday, May 10, 2022

[FIXED] How to list all products in Platform of Trust?

 May 10, 2022     platform, platform-of-trust, product     No comments   

Issue

I'm trying to find an example how to list all data products in Platform of Trust marketplace preferably with a REST API. Is there public API documentation with code examples?


Solution

Yes, the Platform of Trust publishes documentation on the APIs and you can get the list of all available data products via the Product API.

Currently that is via a GET request to their /products/v1/ -endpoint. Host depends on the environment you want to interact with (e.g. https://api-sandbox.oftrust.net for the sandbox environment).

Since this answer is likely going to get eventually out of date, here's a link to that documentation https://docs.oftrust.net/#product-api



Answered By - Janne Enberg
Answer Checked By - Marilyn (PHPFixing Volunteer)
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home

0 Comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing