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

Perform actions in DID

POST 

/did-registry/v4/identifiers/:did/actions

Perform actions in DID like checking a controller

Request

Path Parameters
    did stringrequired

    DID related to the action.

    Examples:

    Example: did:ebsi:zhJARjPN69cEtgPxHen1Mid

Body

The body follows the JSON-RPC 2.0 specification.

It requires the following fields:

  • jsonrpc: must be exactly "2.0"
  • method: method to be invoked
  • params: method parameters
  • id: identifier established by the client
    jsonrpc stringrequired

    Must be exactly "2.0"

    method stringrequired

    Method that needs to be invoked

    params string[]required

    Array of parameters

    id integerrequired

    Identifier established by the client

Responses

Response

Schema
    jsonrpc string

    Must be exactly "2.0"

    id integer

    Same identifier established by the client in the call

    result object

    Result of the call

    oneOf
    string
Loading...