# Get campaigns This method allows the client to get a list of all active promotions. Endpoint: GET /promotions/campaigns Version: 4.3.0 Security: api_key ## Response 200 fields (application/json): - `id` (string) Id of the promotion campaign Example: "5A623177-9E15-4568-AC7F-851D36DB70A1" - `name` (string) Name of the promotion campaign Example: "Velkomstkupong 10%" - `description` (string) Description of the promotion campaign Example: "Velkomstkupong 10%" - `redemptionChannel` (string) Redemption channel of the promotion campaign Example: "ALL" - `type` (string) Type of the promotion campaign Example: "Promotion" - `imageUrl` (string) Image URL of the promotion campaign - `linkUrl` (string) Link URL of the promotion campaign - `validFrom` (string) Start date and time of the promotion campaign Example: "2025-03-01T00:00:00" - `validTo` (string) End date and time of the promotion campaign ## Response 400 fields ## Response 401 fields ## Response 403 fields ## Response 404 fields