vc
Agent Server REST API
claim
POST
http://dev.whitehat.co.kr/agent/v1/vc/claim
API that can search the whole list of the claim or with a given search condition
Headers
X-AGENT-API-TOKEN
string
required token for searching the Agent API (issuing console)
Request Body
claimCode
string
claim code to search
claimName
string
claim name to search
claimType
string
claim type to search
issuerAccount
string
Issuer account for issuing a claim
issuerDid
string
issuer DID for issuing a claim
status
string
claim status value
limit
string
number of items to get at a time (default: 10)
page
string
current page number (default: 1) code t
Request Parameter example (JSON)
vctype
POST
http://dev.whitehat.co.kr/agent/v1/vc/vctype
API that can search the whole list of vctype or with a given search condition
Path Parameters
X-AGENT-API-TOKEN
string
required token for searching the Agent API
Request Body
vcTypeCode
string
vctype code to search
vcTypeName
string
vctype name to search
issuerAccount
string
issuer account for issuing a claim
issuerDid
string
issuer DID for issuing a claim
status
string
claim status value (0: applied, 1: approved)
limit
string
number of items to get at a time (default: 10)
page
string
current page number (default: 1)
Request Parameter example (JSON)
vcdef
POST
http://dev.whitehat.co.kr/agent/v1/vc/vcdef
API that can search the whole list of vcdef or with a given search condition
Headers
X-AGENT-API-TOKEN
string
required token for searching the Agent API
Request Body
vcDefCode
string
vcDef code to search
vcDefName
string
vcDef name to search
vcTypeCode
string
vcType code to search
vcTypeName
string
vcType name to search
issuerAccount
string
issuer account for issuing a claim
issuerDid
string
issuer DID for issuing a claim
status
string
claim status value (0: applied, 1: approved)
limit
string
number of items to get at a time (default: 10)
page
string
current page number (default: 1)
Request Parameter example (JSON)
vcdef2
POST
http://dev.whitehat.co.kr/agent/v1/vc/vctype
API that can search the whole list of vcdef or with a given search conditions
Headers
X-AGENT-API-TOKEN
string
required token for searching for the Agent API
Request Body
vcDefCode
string
zkp vcDef code to search
vcDefName
string
zkp vcDef name to search
vcTypeCode
string
vcType code to search
vcTypeName
string
vcType name to search
issuerAccount
string
issuer account for issuing a claim
issuerDid
string
issuer did for issuing a claim
status
string
claim status value (0: applied, 1: approved)
limit
string
number of items to get at a time (default: 10)
page
string
current page number (default: 1)
Request Parameter example (JSON)
vcinfo
POST
http://dev.whitehat.co.kr/agent/v1/vc/vcinfo
API that can search the whole list of vcinfo or with a given search condition
Headers
X-AGENT-API-TOKEN
string
required token for searching the Agent API (issuing console)
Request Body
vcDefCode
string
vcDef code to search
isRevoke
string
authentication status (true: revoked, false: normal)
limit
string
number of items to get at a time (default: 10)
page
string
current page number (default: 1)
Request Parameter example (JSON)
Last updated
Was this helpful?