Verifiers and Public info
Path parameters
registryIdstringRequired
A trust registry id
Query parameters
schemaIdstringRequired
A schema ID
Responses
200
Public info of trust registry
application/json
Responsestring[]
List of DID strings
400
Invalid invite token
application/json
401
Unauthorized.
application/json
get
GET /trust-registries/{registryId}/verifiers HTTP/1.1
Host: api-testnet.truvera.io
Accept: */*
[
"text"
]
Path parameters
registryIdstringRequired
A trust registry id
Responses
200
Public info of trust registry
application/json
400
Invalid invite token
application/json
401
Unauthorized.
application/json
get
GET /trust-registries/{registryId}/public HTTP/1.1
Host: api-testnet.truvera.io
Accept: */*
{
"id": "0x601d148fb8895aca83eafb264293069911f76805b748b014ae64fcf0fd2d765d",
"convener": "did:cheqd:testnet:ac2b9027-ec1a-4ee2-aad1-1e316e7d6f59",
"convenerName": "Truvera",
"convenerLogoUrl": "https://logo.truvera.io/convener",
"slug": "truvera-example-ecosystem-1",
"nonce": "0x57aecb3863404812",
"created": "2025-07-18T08:37:02.370Z",
"name": "Truvera Example Ecosystem",
"description": "Labore voluptate adipisicing magna duis eu fugiat pariatur excepteur irure.",
"logoUrl": "https://logo.truvera.io/trust-registry",
"ecosystemUrl": "https://ecosystem.truvera.io",
"governanceFramework": "Lorem ea ea reprehenderit cupidatat minim incididunt occaecat est sit.",
"governanceFrameworkVersion": "1.0.0",
"issuerCount": 10,
"verifierCount": 5
}
Last updated
Was this helpful?