The auth/token endpoint retrieves your ID token.
Note: This is used to connect the websocket.
auth/token
GET
{
'data': [
'xxxx' // Your token here.
],
'meta': {},
'status': 'ok',
'time': 'xx.xxxxxxxxxxx'
}