getCurrentProfile
Parameters
Result
Examples
{
"id": 1,
"jsonrpc": "2.0",
"method": "getCurrentProfile",
"params": {
"cortexToken": "xxx",
"headset": "EPOCPLUS-12341234"
}
}{
"id": 1,
"jsonrpc": "2.0",
"result": {
"name": "my profile",
"loadedByThisApp": true
}
}Last updated