Questions tagged [platform-of-trust]
13 questions
3
votes
1 answer
How to list all products in Platform of Trust?
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?

Jarkko Moilanen
- 33
- 5
1
vote
1 answer
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.
user14576102
1
vote
3 answers
POT insomnia plugin installation failed
I have installed the POT Insomnia plugin following link but it's not complete.
Here is error log:
Error: Yarn error warning @platform-of-trust/insomnia-plugin-platform-of-trust > jssha@2.4.2: jsSHA versions < 3.0.0 will no longer receive feature…

Hoan Van
- 19
- 2
1
vote
1 answer
What operations are governed by manage permission type listed in ACL API documentation of Platform of Trust?
The ACL docs lists four permission types, as seen in API documentation
"read": true,
"write": true,
"link": true,
"manage": true
what operations are governed by manage?
user14576102
1
vote
1 answer
How to access the production version of MyWorld Standard offered to support digital identity network built with Platform of trust tools?
I have experimented with MyWorld Standard in sandbox environment using as guidance this guide https://developer.oftrust.net/cases/myworld-standard-app/
How can I access production version for this application? Is it available?
user14576102
1
vote
1 answer
Why I can't visualize in MyWorld Standard digital identity created with Insomnia workspace offered by Platform of Trust?
I have created a small identity network using insomnia workspace as it described here https://developer.oftrust.net/guides/workflow-using-insomnia-workspace/ I have account on sandbox.
I have logged in MyWorld Standard App…
user14576102
1
vote
1 answer
How can I find out what are the available context links which can be used when creating identities in Platform of Trust?
I want to create identity network with Rooms and Sensors. I found in API documentation some example with Group :
curl -i -X POST \
-H "Authorization: Bearer " \
-H "Content-Type: application/json" \
-d \
"{
\"context\":…
user14576102
0
votes
1 answer
How to include my user as a member in a Group type identity in Sandbox?
In Sandbox, the logged-in user needs to be a member of a group to register data products or apps.
How can I add my user to a group?

ra_tester
- 252
- 1
- 7
0
votes
2 answers
How do I get ID of the current logged-in user in the Sandbox environment from Platform of Trust?
Every user getting registered to the Sandbox gets added to the Platform as an Identity.
How can I get the Identity ID of my user when I log in to the Sandbox environment?
I need this user ID for creating links between identities as is exemplified in…

ra_tester
- 252
- 1
- 7
0
votes
1 answer
How to discover data products created using Insomnia workspace offered by Platform of Trust?
I have created a small identity network using Insomnia workspace as it described here https://developer.oftrust.net/guides/workflow-using-insomnia-workspace/ I have account on sandbox.
I wanted to validate the identity graph was created as defined…
user14576102
0
votes
1 answer
What are the valid values for type organization publicKeys from Platform of Trust's Product API?
Looking at product creation documentation, I have a question:
under organizationPublicKeys, there is type.
What are the valid values and significance of this?
user14576102
0
votes
1 answer
Where can I find jsonlds (context) in order to create Products in Platform of Trust?
Product API documentation has examples for creating data products.
There are parameters dataContext and parameterContext with dummy values as https://example.com/v1/Context/Data.
Where can I find some real context jsonIds for these?
I have tried…
user14576102
0
votes
1 answer
Why I can't delete Link between person and group identities with Platform of Trust's Identity API?
I have created account on Sandbox
I have then created a group with
curl -i -X POST \
-H "Authorization: Bearer " \
-H "Content-Type: application/json" \
-d \
"{
\"context\":…
user14576102