Last updated 16 days ago
Returns the Trust Registry VPI reports
A trust registry id
List of schemas in the trust registry
const response = await fetch('https://api-testnet.dock.io/trust-registries/{registryId}/reports', { method: 'GET', headers: {}, }); const data = await response.json();
{ "list": [ { "trustRegistryId": "0x601d148fb8895aca83eafb264293069911f76805b748b014ae64fcf0fd2d765d", "verificationId": "798e9e9f-9a73-4bd3-881f-367e1d1c70ee", "verificationTemplateId": "d0194072-b706-485d-bc5a-02a433641f63", "isValid": true, "verifierDID": "did:dock:xyz", "issuerDID": "did:dock:xyz", "schemaId": "https://schema.dock.io/ExampleSchema-V5-1722512884923.json", "currency": "USD", "verifierFee": 123456, "vendorFee": 6172, "created": "2024-11-21T07:42:33.664Z" } ] }