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

6 Get Occupation Types

Action

This API is used to retrieve the reference data for occupation types which is used at the Creation of Wallet.


Method GET
Endpoint https://api.nedbank.co.za/apimarket/sandbox/nb-wallet/configuration/occupation-types
Request
Headers
Header Value Description
Authorization Bearer <ACCESS_TOKEN> Replace <ACCESS_TOKEN> with the access token you received from the Light Token step.
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 string
                            
[
  {
    "Code": "1403",
    "Description": "SHOP OWNER"
  },
  {
    "Code": "1401",
    "Description": "PROPERTY DEVELOPER"
  },
  {
    "Code": "1759",
    "Description": "DIPLOMAT"
  }
]