Api Documentation

Advertisement

Ad campaigns for users
Json
XML
GET https://api.bundeling.com/V2/ad_campaigns

Example request

Headers

Content-Type:application/json
Api-Key:RAegSX8yZfEbqSPM

Example response

{
    "data": [
        {
            "uuid": "eeb763c41c054dcc8f6d9362f24ee9b2",
            "type": "text",
            "name": "Ad campaign for main sponsor",
            "title": "Buy our product",
            "subtitle": "The best there are",
            "image": "eyJjbGllbnQiOjEwLCJwYXRoIjoiYnVsbGV0aW5fYm9hcmRfcGljdHVyZXNcLz...",
            "imagemode": "contain",
            "imagetype": "image",
            "linktype": "customer",
            "link_uuid": "d7743aaf53224e279853c7d0c1dbfb3a",
            "link": "",
            "labels": [
                "d7743aaf53224e279853c7d0c1dbfb3a",
                "d7743aaf53224e279853c7d0c1dbfb3a"
            ],
            "combined_labels": {
                "uuid": "d7743aaf53224e279853c7d0c1dbfb3a",
                "labels": [
                    "d7743aaf53224e279853c7d0c1dbfb3a",
                    "d7743aaf53224e279853c7d0c1dbfb3a"
                ]
            },
            "startdate": "2024-04-20T00:00:00+0200",
            "enddate": "2024-09-20T00:00:00+0200",
            "creationdate": "2024-01-20T00:00:00+0100",
            "lastupdate": "2024-01-20T00:00:00+0100"
        }
    ],
    "pagination": {
        "total": 1,
        "per_page": 100,
        "current_page": 1,
        "total_pages": 1
    }
}