cURL
curl --request POST \ --url https://api.sandbox.finsei.com/v3/auth/token \ --header 'Authorization: Basic <encoded-value>' \ --header 'Content-Type: application/x-www-form-urlencoded' \ --data fingerprint=
{ "access": { "token": "<string>", "expiredAt": 123, "expiresIn": 123 }, "refresh": { "token": "<string>", "expiredAt": 123, "expiresIn": 123 } }
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Basic <encoded-value>
<encoded-value>
username:password
0
1
Device fingerprint
64
OK
Show child attributes