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

NameTypeDescription

provider*

string

about_us, tos, privacy, user_term, seller_term

Headers

NameTypeDescription

Accept*

String

application/json

{
    "id": 3,
    "name": {
        "en": "About Us"
    },
    "des": {
        "en": "<p><img src=\"https://image.freepik.com/free-vector/colorful-wallpaper-with-geometrical-shapes_23-2148798229.jpg\" alt=\"\" /></p>"
    },
    "slug": "about-us",
    "status": "1",
    "created_at": "2020-02-19T11:16:38.000000Z",
    "updated_at": "2021-01-12T05:12:53.000000Z"
}

Last updated