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

24 Status [DELETE, GET,POST, PUT]

Action

Test the API using a POST, DELETE,GET or PUT operations.


Method Either POST, DELETE, PUT or GET
Endpoint https://api.nedbank.co.za/apimarket/sandbox/nb-vehicle-asset-finance/reference/v3/status
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-POST JSON
                                        
{
    "message": "This is a POST"
}
                                        
                                            
Response-DELETE JSON
                                        
{
    "message": "This is a DELETE"
} 
                                       
                                            
Response-PUT JSON
                                        
{
    "message": "This is a PUT"
}
                                        
                                            
Response-GET JSON
                                        
{
    "message": "This is a GET"
}