Skip to main content

City Serviceable API:

This API basically tells us about the serviceability of our services(like pharmacy and OTC) in that city.

Query Parameters
  • city string
    Example: Noida
Header Parameters
  • X-Access-Key string

    Default value: 1mg_client_access_key

Responses

OK

Response Headers
  • Date string
  • Content-Type string
  • Transfer-Encoding string
  • Connection string
  • Vary string
  • X-Request-ID string
  • VISITOR-ID string
  • X-VISITOR-ID string
  • Server string
  • Access-Control-Allow-Methods string
  • Access-Control-Allow-Headers string
  • Access-Control-Allow-Origin string
  • Content-Encoding string

Schema
  • object
GET /api/v4/city-serviceable

Request

Base URL
https://jupiterapi.1mg.com
city — query
X-Access-Key — header
curl / cURL
curl -L -X GET 'https://jupiterapi.1mg.com/api/v4/city-serviceable' \
-H 'Accept: application/json'