Get trusted entity by id
Trusted Entities
Get trusted entity by id
GET
Get trusted entity by id
Documentation Index
Fetch the complete documentation index at: https://docs.yoid.me/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Response
Trusted entity resource
Example:
{
"id": "cm7d9cq5600pwk3zq3kmpg8uc",
"name": "Trusted Government Issuer",
"createdAt": "2025-02-20T11:27:37.051Z",
"updatedAt": "2025-02-20T11:27:37.051Z",
"dids": [
{
"did": "did:web:example.com",
"name": "Main DID"
}
],
"certificates": []
}
