Gets the node owner
GET/v1/node/owner/certificate
Gets the node owner
Request
Responses
- 200
- 401
Node Certificate
- application/json
- Schema
- Example (from schema)
Schema
certificate stringrequired
Certificate stating the ownership. (Hex)
{
"certificate": "certificate"
}
Unauthorized (Wrong permissions, missing token)
- application/json
- Schema
- Example (from schema)
Schema
error stringrequired
missingPermission stringrequired
{
"error": "string",
"missingPermission": "string"
}
Loading...