Docs
reference
List all Service Records

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
curl -G https://core.build/service/localhost
{
	"service": {
		"id": "localhost",
		"controller": "did:web:localhost",
		"type": "LinkedDomains",
		"origin": "localhost",
		"name": "Localhost"
	},
	"success": true
}