Get Campaigns By Id
5.9 Get Campaigns By Id
Request
Method | URL |
GET | /campaigns/{campaign_id} |
Response
Status | Response |
200 | { "status": true, "data": { "items": [ { "merchant_id": 1, "name": null, "is_active": true, "createdDate": null, "deletedDate": null, "id": 2, "image": "https://media.istockphoto.com/id/1395240880/tr/foto%C4%9Fraf/a-well-chilled-and-delicious-drink.jpg?s=612x612&w=0&k=20&c=XzMWVWA9xATvy-ZgO2AGK9BPirNAVM3mS4qz-zb_nx0=", "description": "İlk Soğuk İçecek Siparişinize İkincisi 10 TL İndirimli!", "rule_id": null, "updatedDate": null } ] } } |
403 | |
400 | |
401 | |
401 | |
500 |
Last updated