public:hyper_ai:home

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
public:hyper_ai:home [2025/02/25 16:38]
jsanchez_odins.es
public:hyper_ai:home [2025/02/25 18:04] (current)
jsanchez_odins.es [Postman Collection for DID]
Line 135: Line 135:
  
  
 +```json 
 +
 + "info":
 + "_postman_id": "deab8a12-4a64-4d69-a78a-ecdb857f0b65", 
 + "name": "DID requests", 
 + "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", 
 + "_exporter_id": "39592430" 
 + }, 
 + "item":
 +
 + "name": "DID - Test", 
 + "protocolProfileBehavior":
 + "disableBodyPruning": true 
 + }, 
 + "request":
 + "method": "GET", 
 + "header": [], 
 + "body":
 + "mode": "raw", 
 + "raw": "", 
 + "options":
 + "raw":
 + "language": "json" 
 +
 +
 + }, 
 + "url":
 + "raw": "https://heimdall.odins.es/test/did", 
 + "protocol": "http", 
 + "host":
 + "localhost" 
 + ], 
 + "port": "3002", 
 + "path":
 + "test", 
 + "did" 
 +
 +
 + }, 
 + "response": [] 
 + }, 
 +
 + "name": "DID - Register", 
 + "request":
 + "method": "POST", 
 + "header":
 +
 + "key": "Did", 
 + "value": "did:fabric:z218q5McPufPy8NqCG29DRNq", 
 + "type": "text" 
 +
 + ], 
 + "body":
 + "mode": "raw", 
 + "raw": "{\n    \"@context\": \"https://www.w3.org/ns/did/v1\",\n    \"assertionMethod\": [\n        \"did:fabric:z218q5McPufPy8NqCG29DRNq#bee3b922c76946f9b14cf0c730c00e99\"\n    ],\n    \"authentication\": [\n        \"did:fabric:z218q5McPufPy8NqCG29DRNq#bee3b922c76946f9b14cf0c730c00e99\"\n    ],\n    \"id\": \"did:fabric:z218q5McPufPy8NqCG29DRNq\",\n    \"verificationMethod\": [\n        {\n            \"controller\": \"did:fabric:z218q5McPufPy8NqCG29DRNq\",\n            \"id\": \"did:fabric:z218q5McPufPy8NqCG29DRNq#bee3b922c76946f9b14cf0c730c00e99\",\n            \"publicKeyJwk\": {\n                \"alg\": \"ES256K\",\n                \"crv\": \"secp256k1\",\n                \"kid\": \"bee3b922c76946f9b14cf0c730c00e99\",\n                \"kty\": \"EC\",\n                \"use\": \"sig\",\n                \"x\": \"kg-qcoe5Sg8uqqCyzDDGOFa5XPx6jHAFN-U1Xo__NUE\",\n                \"y\": \"EZ-Jg8lQVERffibrQU45Keumxh912jrKIePVGK8GnDc\"\n            },\n            \"type\": \"EcdsaSecp256k1VerificationKey2019\"\n        }\n    ]\n}", 
 + "options":
 + "raw":
 + "language": "json" 
 +
 +
 + }, 
 + "url":
 + "raw": "https://heimdall.odins.es/fabric/did/register", 
 + "protocol": "https", 
 + "host":
 + "heimdall", 
 + "odins", 
 + "es" 
 + ], 
 + "path":
 + "fabric", 
 + "did", 
 + "register" 
 +
 +
 + }, 
 + "response": [] 
 + }, 
 +
 + "name": "DID - Obtain", 
 + "protocolProfileBehavior":
 + "disableBodyPruning": true 
 + }, 
 + "request":
 + "method": "GET", 
 + "header":
 +
 + "key": "did", 
 + "value": "did:fabric:z218q5McPufPy8NqCG29DRNq", 
 + "type": "text" 
 +
 + ], 
 + "body":
 + "mode": "raw", 
 + "raw": "", 
 + "options":
 + "raw":
 + "language": "text" 
 +
 +
 + }, 
 + "url":
 + "raw": "https://heimdall.odins.es/fabric/did/obtain", 
 + "protocol": "https", 
 + "host":
 + "heimdall", 
 + "odins", 
 + "es" 
 + ], 
 + "path":
 + "fabric", 
 + "did", 
 + "obtain" 
 +
 +
 + }, 
 + "response": [] 
 +
 +
 +
 +```
  • public/hyper_ai/home.1740497918.txt.gz
  • Last modified: 2025/02/25 16:38
  • by jsanchez_odins.es