Fetch Drop pincodes

By entering the username and key, the enterprise can get all the serviceable drop pin codes, enterprise can get all the serviceable drop pin codes for all of the carrier partners combined

Important Links

Run in Postman API Reference

Response

meta [meta parameters]

Field NameData TypeDescription
successBooleanIndicates the success of the API request
messageStringSUCCESS in case request was successfully processed by Clickpost, else returns error message.
statusHTTP CodeThe HTTP response status code of the API request

result [result parameters]

Field NameData TypeDescriptionExample
drop_pincodesJSON ObjectThe JSON object which contains the list of pincodes for PREPAID and COD{"PREPAID": ["380001","380015"],
"COD": ["380001","380015"]}
PREPAIDListContains the list of all the pincodes for PREPAID shipments[
"744112",
"744106",
"744105",
]
CODListContains the list of all the pincodes for COD shipments[
"744112",
"744106",
"744105",
]
Language
Click Try It! to start a request and see the response here!