Services
List DID services
Lists the DID document service entries currently stored for the DID. Service entries use the DID Core wire shape: id, type, and serviceEndpoint.
get/identifiers/{did}/services
Parameters
./common-components.yml#/components/parameters/CorrelationId — unresolved $ref
Response
List of DID services.
Example response
{
"items": [
{
"id": "svc-1",
"type": "LinkedDomains",
"serviceEndpoint": "https://example.com/service"
}
]
}