Docs
reference
Get Identity by Owner

Get Identity by Owner

Re-usable components built using Radix UI and Tailwind CSS.

Get Identity by Owner

This endpoint allows you to retrieve a DID Document by the owner listed on the Blockchain.

Request

GET
/id/owner/:owner
curl -G https://core.build/id/owner/idx1swlq72exr74zd7ghsp55965cg6pwsveplq68vh
{
  "id": "did:sonr:abc123",
  "publicKey": [
    {
      "id": "did:sonr:abc123#key-1",
      "type": "Ed25519VerificationKey2018",
      "publicKeyBase58": "..."
    }
  ],
  "alsoKnownAs": ["example.snr"]
  // ...
}