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

2 Get cities filtered by region

Action

Make a call to get a filtered city by region of your choice.


Method GET
Endpoint https://api.nedbank.co.za/apimarket/sandbox/vehicleassetfinance/reference/v3/cities/{region}
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
Region <The Region Name Filter> The name of the region (province) retrieved from "Get Regions" used to filter the cities.
Response JSON
                            
{
  "data": [
    {
      "id": "Krugersdorp",
      "name": "Krugersdorp",
      "order": 0
    },
    {
      "id": "Johannesburg",
      "name": "Johannesburg",
      "order": 0
    },
    {
      "id": "Gauteng",
      "name": "Gauteng",
      "order": 0
    },
    {
      "id": "Florida",
      "name": "Florida",
      "order": 0
    },
  
 }