Docs
reference
Get Service Record by Origin

Get Service Record by Origin

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

This endpoint allows you to retrieve a paginated list of all DID Documents. By default, a maximum of ten DID Documents are shown per page.

Request

GET
/service
curl -G https://core.build/service
{
	"services": [{
		"id": "localhost",
		"controller": "did:sonr:idx1swlq72exr74zd7ghsp55965cg6pwsveplq68vh",
		"type": "LinkedDomains",
		"origin": "localhost",
		"name": "Test"
	}, {
		"id": "sonr.id",
		"controller": "did:sonr:idx1swlq72exr74zd7ghsp55965cg6pwsveplq68vh",
		"type": "LinkedDomains",
		"origin": "sonr.id",
		"name": "Sonr ID"
	}],
	"success": true
}