Skip to main content
European CommissionEBSI European Blockchain
Select the Environment you want to work withEnvironment:

Get an attribute

GET 

/trusted-issuers-registry/v4/issuers/:did/attributes/:attributeId

Returns the latest revision of an issuer attribute.

Request

Path Parameters
    did stringrequiredExamples:

    Description: Valid Conformance DID

    Example: did:ebsi:ziEmcbfae88nQbKbYcd3ixT

    attributeId stringrequiredExamples:

    Description: Valid Conformance attributeId

    Example: 9b494a16ad527724b4ce169f3e313e916af5c56049bd05ffad5a95e81fb1408c

Responses

Success

Schema
    did string

    DID of the attribute owner

    attribute object

    Attribute object.

    hash string

    sha256 hash of the payload

    body

    Base64 encoded content

    issuerType

    RootTAO, TAO, TI, Revoked or Undefined

    tao

    Trusted Accredited Organization that accredited the insertion of the attribute

    rootTao

    Root chain of accreditations

Loading...