Get started with hConnect in 1 minute
CLIENT_ID: B6bL0h8G
CLIENT_SECRET: B6bL0h8G
https://localhost:3000
https://sandbox.verify.hopae.com?client_id=B6bL0h8G&redirect_uri=https://localhost:3000
PNOLT-40504040001
https://localhost:3000?code={code}
curl -X POST https://sandbox.connect.hopae.com/api/v1/token \ -H "Content-Type: application/json" \ -d '{ "grant_type": "authorization_code", "code": {code}, "client_id": "B6bL0h8G", "client_secret": "B6bL0h8G" }'
{ "iss": "hopae", "aud": "B6bL0h8G", "eid": "smartid", "provider_id": "PNOLT-40504040001-MOCK-Q", "given_name": "OK", "family_name": "TESTNUMBER", "nationality": "EE", "birthdate": "1905-04-04", "sub": "7SgS2wuznPKXh01XkgtcUm-htJP6tXvR", "iat": 1755761505, "exp": 1755765105 }
Redirect
Verify
Callback
Exchange