pDID
Agent Server REST API
createPrivateDid
POST
http://dev.whitehat.co.kr/agent/v1/pdid/createPrivateDid
API that creates the private DID
Headers
X-AGENT-API-TOKEN
string
required token for searching the Agent API(issuing console)
Request Body
id
string
private DID to create
publicKey
string
private DID public keys to create
authentication
string
private DID authentication information to create
proof
string
private DID proof information to create
Request Parameter example (JSON String)
getPrivateDid
POST
http://dev.whitehat.co.kr/agent/v1/pdid/getPrivateDid
API that searches Private DID
Headers
X-AGENT-API-TOKEN
string
required token for searching the Agent API (issuing console)
Request Body
id
string
private DID to search
Request Parameter example (JSON String)
updatePrivateDid
POST
http://dev.whitehat.co.kr/agent/v1/pdid/updatePrivateDid
API that modifies private DID
Headers
X-AGENT-API-TOKEN
string
required token for searching the Agent API
Request Body
id
string
private DID to modify
publiccKey
string
private DID public keys to modify
authentication
string
private DID authentication information to modify
proof
string
private DID proof information to modify
Request Parameter example (JSON String)
deletePrivateDid
POST
http://dev.whitehat.co.kr/agent/v1/pdid/deletePrivateDid
AP that deletes Private DID
Headers
X-AGENT-API-TOKEN
string
required token for searching the Agent API (issuing console)
Request Body
id
string
private DID to delete
type
string
private DID type to delete
payload
string
private DID payload to delete
proof
string
private DID proof information to delete
Request Parameter example (JSON String)
Last updated
Was this helpful?