Skip to content

Refresh the authenticated tenant socket token for reconnects​

GET
/ajax/socket-token

Authorizations​

BearerAuth

JWT token from login

Type
HTTP (bearer)
or
AccessToken

Personal access token. Value: Token <your-token>

Type
API Key (header: Authorization)

Responses​

Short-lived token; response is never cached

application/json
JSON
{
  
"token": "string"
}

Playground​

Authorization

Samples​

Powered by VitePress OpenAPI