Advertise

Fire this api to get advertise list.

api/advertise

GET https://yourdomain.com/api/advertise

This endpoint allows you to get all advertisement list.

Query Parameters

Name
Type
Description

secret

string

Client secret key will goes here which you get from admin panel.

Headers

Name
Type
Description

Authorization

string

Bearer { bearer_token without bracket }

Accept

string

application/json

{
    "advertise": [
        {
            "id": 1,
            "ad_type": "image",
            "ad_image": "1639992557booknow.jpg",
            "ad_video": "no",
            "ad_url": null,
            "ad_location": "onpause",
            "ad_target": "https://nexthour.mediacity.co.in/",
            "ad_hold": null,
            "time": "00:00:00",
            "endtime": "00:00:00",
            "created_at": "2021-12-20T09:29:17.000000Z",
            "updated_at": "2021-12-20T09:29:17.000000Z"
        }
    ]
}

Last updated