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

1 Get Reference Data

Action

Using your clientID and clientSecret (which you obtained when you created an application), you will make a GET request using the endpoint and values below to retrieve reference data which will be used in next calls.


Method GET
Endpoint https://b2b-api.nedbank.co.za/apimarket/b2b-sb/shortterminsurance/v1/reference-data
Request
Headers
Header Value Description
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
                            
[
    {
        "key": "Marital status",
        "values": [
            "Married",
            "Divorced",
            "Separated",
            "Single",
            "Widowed"
        ]
    },
    {
        "key": "License Type Code",
        "values": [
            "B",
            "C",
            "C1",
            "EB",
            "EC",
            "EC1"
        ]
    },
    {
        "key": "Where does your car park?",
        "values": [
            "Garaged",
            "Carport",
            "ParkedUnderCover",
            "OnStreet"
        ]
    },
    {
        "key": "Voluntary excess",
        "values": [
            "R0",
            "R1,500",
            "R2,500",
            "R3,000",
            "R5,000",
            "R10,000",
            "R15,000"
        ]
    },
    {
        "key": "Basic Excess For Motors",
        "values": [
            "R2,500",
            "R5,000",
            "R7,500",
            "R10,000",
            "R12,500",
            "R15,000"
        ]
    },
    {
        "key": "Motor Colour",
        "values": [
            "Beige",
            "Black",
            "Blue",
            "Blue/Green/Purple",
            "Bronze",
            "Brown",
            "Cream",
            "Gold",
            "Gold/Silver/Bronze",
            "Green",
            "Grey",
            "Grey/Black",
            "Maroon",
            "Mustard",
            "Orange",
            "Other",
            "Pink",
            "Pink/Red/Maroon",
            "Purple",
            "Red",
            "Silver",
            "Tan",
            "Tan/Brown",
            "Unknown",
            "White",
            "White/Cream/Beige",
            "Yellow",
            "Yellow/Orange/Mustard"
        ]
    },
    {
        "key": "Motor Body Types",
        "values": [
            "Single Cab",
            "Double Cab",
            "Other",
            "Sedan",
            "Hatch back",
            "SUV"
        ]
    },
    {
        "key": "Titles",
        "values": [
            "DR",
            "ME",
            "MEV-ROU",
            "MISS",
            "MN",
            "MR",
            "MRS",
            "MS"
        ]
    },
    {
        "key": "Basic Excess For Buildings",
        "values": [
            "R1,000",
            "R1,500",
            "R2,000",
            "R2,500",
            "R3,000",
            "R3,500"
        ]
    }
]
                                            
                                            

Based on the TPP configuration, you will receive full or a subset of the above response.