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

Get an issuer

Last updated on
GET 

/trusted-issuers-registry/v5/issuers/:did

Returns a trusted issuer identified by its decentralised identifier (DID).

Request

Path Parameters
    did stringrequiredExamples:

    Description: Valid Pilot DID

    Example: did:ebsi:zZeKyEJfUTGwajhNyNX928z

Query Parameters
    version string

    Possible values: [deprecated, latest]

    Version of the endpoint to use. Defaults to the latest version.

    Example: deprecated

Responses

Success

Schema
    anyOf
    did string

    did of the issuer

    attributes string

    Link to issuer attributes

    hasAttributes boolean

    This boolean is true when at least one credential is registered. It is false when the issuer is created but none of the credentials has been accepted yet.

Loading...