Controllers
List controllers
Lists controller DID entries for the DID. The response uses the public controller view with row id, controller DID, ordering, and timestamps.
get/identifiers/{did}/controllers
Parameters
./common-components.yml#/components/parameters/CorrelationId — unresolved $ref
Response
List of controllers.
Example response
{
"items": [
{
"id": "ctrl-1",
"controllerDid": "did:web:controller-a.example.com",
"ordinal": 0
}
]
}