Get "Linked by" list of a DID
Retrieve the list of DIDs that are linking to the requested DID (followers). This data will be consistent with the latest block height a short time after the block has been confirmed.
Query parameters
didstringRequiredExample:
The DID name to query.
sleinstartintegerRequiredDefault:
The starting index for the paginated results.
0Example: 0limitintegerRequiredDefault:
The number of items to retrieve per page.
10Example: 10Responses
200
Successful operation
application/json
get
/getLinkedBy200
Successful operation
Last updated