Skip to main content
GET
/
v3
/
auth
/
web-socket
Get WebSocket token
curl --request GET \
  --url https://api.sandbox.finsei.com/v3/auth/web-socket \
  --header 'Authorization: Bearer <token>'
{
  "token": "<string>",
  "expiredAt": 123,
  "expiresIn": 123
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

OK

token
string
expiredAt
integer | null
expiresIn
integer | null