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

7 Get Industry Types

Action

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


Method GET
Endpoint https://api.nedbank.co.za/apimarket/sandbox/nb-wallet/configuration/industry-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": "1286",
        "Description": "COMMUNITY SVCS-CHURCH,CHARITABLE BODIES"
    },
    {
        "Code": "1014",
        "Description": "FIELD CROPS, EXCEPT CASH GRAINS, NEC"
    },
    {
        "Code": "1007",
        "Description": "SOYBEANS"
    }  
]