Hello! I am so happy to start working with Postman. All curl details are given on the Handelsbanken Developer page. This information is from their sandbox. And because I am a total beginner, I cannot find obvious errors.
cURL:
curl -X POST https://sandbox.handelsbanken.com/openbanking/psd2/v1/consents
-H ‘X-IBM-Client-Id: f31b7318-8f21-4eaf-8817-6b5e4e02d6bc’
-H ‘Authorization: Bearer QVQ6YmNlZjI0M2QtZDBhZi00OGZiLWE0OTgtZGUwMTJhMDdjMjYz’
-H ‘Accept: application/json’
-H ‘Content-Type: application/json’
-H ‘Country: <ISO 3166-1 country code>’
-H ‘TPP-Request-ID: ’
-H ‘TPP-Transaction-ID: ’
-d ‘{“access”:“ALL_ACCOUNTS”}’
https://developer.handelsbanken.com/psd2/sandbox-accounts#step4
I am struggling with Step 2
How to avoid “Error 401”?