Fetch city list with address for logged in user (03/02)
Fire this api to get city list with address for logged in user.
GET
https://castleindia.in/emart/public /api/search/pincode/auth?pincode=xxxx /api/search/pincode/auth
Query Parameters
Name
Type
Description
pincode*
String
Enter the pincode eg: 311001
Headers
Name
Type
Description
Accept*
String
application/json
Authentication*
String
Bearer {bearer_token without brackets}
IF response fail you will get the following
Last updated