Web Socket
post
Responses
200
OK
*/*
userIdinteger · int64Optional
USER ID
tokenKeystringOptional
Token Key
tokenstringOptional
Token
tenantIdinteger · int64Optional
USER ID
post/websocket/token
200
OK
Last updated
Was this helpful?
Was this helpful?
POST /api/websocket/token HTTP/1.1
Host: 10.102.24.218:32792
Accept: */*
{
"userId": 1,
"tokenKey": "text",
"token": "text",
"tenantId": 1
}