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

2 Get an application seed by seed identifier

Action

Get an application seed for the specified application seed identifier.

Only application seeds that are created by/linked to your client id will be returned.


Method GET
Endpoint https://api.nedbank.co.za/apimarket/sandbox/vehicleassetfinance/business/v3/seeds/identifier/{applicationseedid}
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.
Query parameters
Parameter Value Description
applicationseedid <YOUR APPLICATION SEED IDENTIFIER> The application seed identifier for which to retrieve the application seed.
Response JSON
                            
                            {
    "data": [  ],
    "metaData": {
        "code": "R00",
        "message": "Operation successful.",
        "name": "Success"
    }
}