For the complete documentation index, see llms.txt. This page is also available as Markdown.

Campaigns

Get Campaigns

GET https://api.podkrepi.bg/v1/campaigns

This endpoint allows you to get campaigns.

Headers

Name
Type
Description

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 Campaign by ID

GET https://api.podkrepi.bg/v1/campaigns/:id

This endpoint allows you to get campaigns.

Path Parameters

Name
Type
Description

id

string

ID of the cake to get, for free of course.

Headers

Name
Type
Description

Authentication

string

Authentication token to track down who is emptying our stocks.

Last updated

Was this helpful?