player
Agent Server REST API
issuer
POST
http://dev.whitehat.co.kr/agent/v1/player/issuer
API that searches the whole list of the issuer or with given search condition
Headers
X-AGENT-API-TOKEN
string
required token for searching the Agent API (issuing console)
Request Body
issuerAccount
string
issuer account to search
issuerDid
string
issuer DID to search
issuerName
string
Issuer name to search
status
string
service 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)
sp
POST
http://dev.whitehat.co.kr/agent/v1/player/sp
API that can search the whole list of SP or with a given search condition.
Headers
X-AGENT-API-TOKEN
string
required token for searching the Agent API (issuing console)
Request Body
spAccount
string
sp account to search
spDid
string
sp DID to search
spName
string
sp name to search
status
string
service 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)
service
POST
http://dev.whitehat.co.kr/agent/v1/player/service
API that can search the whole list of services from SP or with a given conditions
Headers
X-AGENT-API-TOKEN
string
required token for searching the Agent API (issuing console)
Request Body
serviceCode
string
service code to search
serviceName
string
service name to search
spAccount
string
sp account to search
spDid
string
sp DID to search
spName
string
sp name to search
status
string
service 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)
Last updated