cURL
curl --request POST \ --url https://api.sandbox.finsei.com/v2/auth/token/refresh \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/x-www-form-urlencoded' \ --data 'token=<string>'
{ "status": "SUCCESS", "data": { "accessToken": "<string>", "refreshToken": "<string>", "wsToken": "<string>" } }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Refresh token
OK
"SUCCESS"
Show child attributes