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

3 Get an application seed by external reference

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/reference/{externalreference}
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
externalreference <YOUR APPLICATION SEED REFERENCE> The application seed external reference that you provided when you created the seed.
Response JSON
                            
{
    "data": [ ... ],
    "metaData": {
        "code": "R00",
        "message": "Operation successful.",
        "name": "Success"
    }
}