acceptLicense
Parameters
Result
Example
{
"id": 1,
"jsonrpc": "2.0",
"method": "acceptLicense",
"params": {
"cortexToken":"a token here"
}
}{
"id": 1,
"jsonrpc": "2.0",
"result": {
"message": "Accept License Agreement successfully",
"accepted": true
}
}Last updated