executor
Agent Server REST API
executor
Headers
Name
Type
Description
Request Body
Name
Type
Description
{
"code": 200,
"message": "Success",
"data": {
"totalCount": 1,
"list": [
{
"_id": "0",
"account": "agent1",
"did": "did:omn:agent1",
"type": "agent",
"isActive": "true"
}
]
}
}Request Parameter example (JSON)
Last updated
Was this helpful?