Advertisement
Ad campaigns for users
Retrieves a collection of ad campaigns.
Retrieves a single ad campaign.
GET https://api.bundeling.com/V2/ad_campaigns{
"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": "2026-07-03T00:00:00+0200",
"enddate": "2026-12-03T00:00:00+0100",
"creationdate": "2026-04-03T00:00:00+0200",
"lastupdate": "2026-04-03T00:00:00+0200"
}
],
"pagination": {
"total": 1,
"per_page": 100,
"current_page": 1,
"total_pages": 1
}
}