cURL
curl --request POST \ --url https://api.sandbox.finsei.com/v2/card/{id}/credentials \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "fields": [ "password" ] } '
{ "password": "<string>", "cvv": "<string>", "pin": "<string>", "pan": "<string>", "phone": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
password
cvv
pin
pan
phone
OK