Search code examples
apiplatform-of-trust

How can I get the data from a data product using Platform of Trust?


I could find here list of products https://api-sandbox.oftrust.net/products/v1, but wanted to see some sample data from a product.


Solution

  • This is the guide for consuming data via Broker.

    There are also the following extra tools at the moment:

    1. Python script for experimenting with Broker => find it here and customize the variables secret, app_token
    2. Insomnia workspace which uses a plugin for pot-signature generation => find it here
    3. Postman collection which has pre-request script which generates x-pot-signature => find it here