Sorry, you need to enable JavaScript to visit this website.

3 Get user details

Action

Using the heavy access token you received from the previous step, you will call the user details endpoint to get the user's profile information.


Method GET
Endpoint https://api.nedbank.co.za/apimarket/sandbox/ob-openid-customers/api/open-banking/userinfo
Request
Headers
Header Value Description
Authorization Bearer <ACCESS_TOKEN> Replace <ACCESS_TOKEN> with the heavy/submission access token you received from the previous call.
x-ibm-client-id <YOUR CLIENT ID> The client ID you received when creating the app on the portal.
x-ibm-client-secret <YOUR CLIENT SECRET> The client secret you received when creating the app on the portal.
Response JSON
                        
{
    "name": "MR RAVI SHAH",
    "family_name": "GANASEN",
    "given_name": "RUBIN",
    "middle_name": "",
    "nickname": "",
    "preferred_username": "julespaxton@gmail.com",
    "groups": [],
    "sub": "",
    "birthdate": "1961-07-02T00:00:00.0",
    "gender": "M",
    "zoneinfo": "",
    "locale": "",
    "updated_at": ""
}