Campaigns
Last updated
Was this helpful?
GET https://api.podkrepi.bg/v1/campaigns
This endpoint allows you to get campaigns.
Authentication
string
Authentication token to track down who is emptying our stocks.
[
{
"id": "5572f770-a434-4ed8-9a91-d94474d26c8e"
"name": "Campaign name"
},
{
"id": "97692474-2482-460f-86ec-2b84954f989b"
"name": "Campaign name"
}
]{
"error": "Not Found"
}GET https://api.podkrepi.bg/v1/campaigns/:id
This endpoint allows you to get campaigns.
id
string
ID of the cake to get, for free of course.
Authentication
string
Authentication token to track down who is emptying our stocks.
Last updated
Was this helpful?
Was this helpful?
{
"id": "5572f770-a434-4ed8-9a91-d94474d26c8e"
"name": "Campaign name"
}{
"error": "Not Found"
}