Policy Pages
To fetch all policy pages eg: user registration term, term and setting, privacy policy page.
Fetch Specific pages eg: about us , tos, privacy policy
GET
https://emart.castleindia.in /api/get/{provider}
Providers are following
about_us
: to fetch about us page
tos
: to fetch terms and condition page.
privacy
: to fetch privacy policy page
.
user_term
: to fetch User Terms and condition for registration page.
Seller_term : To fetch seller terms and condition for apply seller form.
Path Parameters
Name
Type
Description
provider*
string
about_us, tos, privacy, user_term, seller_term
Headers
Name
Type
Description
Accept*
String
application/json
Last updated