cURL
curl --request GET \ --url https://api.sandbox.finsei.com/v3/auth/web-socket \ --header 'Authorization: Bearer <token>'
{ "token": "<string>", "expiredAt": 123, "expiresIn": 123 }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
OK