mirror of
https://github.com/sonr-io/sonr.git
synced 2026-08-02 17:31:39 +00:00
17 lines
477 B
Plaintext
17 lines
477 B
Plaintext
---
|
|
openapi: get /did/v1/documents/controller/{controller}
|
|
title: Query DIDs by Controller
|
|
description: Find all decentralized identities controlled by an address
|
|
og:title: Controller DID Lookup
|
|
---
|
|
|
|
<Info>
|
|
A single address can control multiple DIDs, useful for managing
|
|
different identity contexts (personal, professional, etc.).
|
|
</Info>
|
|
|
|
<Tip>
|
|
Use this endpoint to build identity management interfaces that
|
|
show all DIDs a user controls from a single account.
|
|
</Tip>
|