license-plate-reader / VES Hackathon Collection.json
dbhenriques's picture
Upload VES Hackathon Collection.json
274678f verified
raw history blame
No virus
855 Bytes
{
"info": {
"_postman_id": "f5dc5d3c-bba1-4d8c-a9e0-fc9af4a3495f",
"name": "VES Hackathon Collection",
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
},
"item": [
{
"name": "Vehicle Enquiry",
"request": {
"method": "POST",
"header": [
{
"key": "x-api-key",
"value": "Hr*ugf(N*&YH",
"type": "default"
}
],
"body": {
"mode": "raw",
"raw": "{ \n \"registrationNumber\": \"KCG900V\" \n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "vesapi.liquid.tech:8010/vehicle-enquiry/v1/vehicles",
"host": [
"vesapi",
"liquid",
"tech"
],
"port": "8010",
"path": [
"vehicle-enquiry",
"v1",
"vehicles"
]
}
},
"response": []
}
]
}