Serviceability

Serviceability APIs provide the serviceable Pin-codes, Hubs, Area Covered by each hub, availability of vehicles and drivers of Blowhorn.

Serviceable Pincodes

GET /pincodes/

This API lists the serviceable pincodes for the city or whether a given pincode is serviceable by Blowhorn. It will provide the information of customer hubs and city as per the requirement or just list the blowhorn micro warehouses for the pincode provided. Type the pincode

Query Parameters

NameTypeDescription

customer_hubs_only

boolean

Returns only customers hubs if true otherwise returns blowhorn micro warehouses

city

string

City for which serviceable pincodes are required.

pincode

number

Pincode for which serviceability is to be checked

Headers

NameTypeDescription

API_KEY

string

Enter the API Key

[
  {
    "pincodes": [
      560037,
      560087,
      560103
    ],
    "blowhorn_hub": "Koramangala Hub"
  },
  {
    "pincodes": [
      560035,
      560085
    ],
    "blowhorn_hub": "Bellandur Hub"
  }
]

Postman Collection

We have a Postman collection to make the integration quicker and easier. You can test all our APIs by importing the full API collection through the 'Run in Postman' button and running them in the Postman app.

Last updated