cURL
curl --request POST \ --url https://api.sandbox.finsei.com/v2/auth/token/refresh \ --header 'Content-Type: application/x-www-form-urlencoded' \ --data 'token=<string>'
{ "status": "SUCCESS", "data": { "accessToken": "<string>", "refreshToken": "<string>", "wsToken": "<string>" } }
Deprecated
This method is deprecated and will be removed in future API versions. Use PUT /v3/auth/token instead.
PUT /v3/auth/token
Refresh token
OK
"SUCCESS"
Show child attributes