Get Identity by Owner
This endpoint allows you to retrieve a DID Document by the owner listed on the Blockchain.
Request
GET
/id/owner/:owner1curl -G https://core.build/id/owner/idx1swlq72exr74zd7ghsp55965cg6pwsveplq68vh
1{ 2 "id": "did:sonr:abc123", 3 "publicKey": [ 4 { 5 "id": "did:sonr:abc123#key-1", 6 "type": "Ed25519VerificationKey2018", 7 "publicKeyBase58": "..." 8 } 9 ], 10 "alsoKnownAs": ["example.snr"] 11 // ... 12}