List Available Batch Services

Get info about all batch services

get

Gets batch service list

Query parameters
countrystring · enumOptional

The country of the batch service

Example: AUPossible values:
Responses
200

Batch service information list

application/json
get
GET /batch/v1/batch-services HTTP/1.1
Host: api.tst.motorweb.app
Accept: */*
{
  "batchServiceInfo": [
    {
      "batchServiceId": "c87e2a4a-5169-4726-b078-7e9538ae28cd",
      "name": "Vehicle ID WOVR",
      "description": "The WOVR batch returns information from the Written-Off Vehicles Register for each plate.",
      "country": "AU"
    }
  ]
}

Last updated