DID
Agent Server REST API
did
POST
http://dev.whitehat.co.kr/agent/v1/did
API that creates DID
Headers
Name
Type
Description
X-AGENT-API-TOKEN
string
required token for searching the Agent API (issuing console)
Request Body
Name
Type
Description
did
string
DID to create
keyId1
string
key id 1
keyId2
string
key id 2
pubKey1
string
public key (active)
pubKey2
string
public key (owner)
Request Parameter example (JSON)
Last updated