List all Service Records

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

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

Request

GET
/id/owner/:owner
1curl -G https://core.build/service/localhost
1{ 2 "service": { 3 "id": "localhost", 4 "controller": "did:web:localhost", 5 "type": "LinkedDomains", 6 "origin": "localhost", 7 "name": "Localhost" 8 }, 9 "success": true 10}
Was this article helpful?