Sign in

Get campaigns (legacy)

documented

Fetch campaigns list via legacy v1 endpoint.

GET /rest/v1/campaign_listCampaigns (Legacy)no implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://api.woodpecker.co/rest/v1/campaign_list" \
  -X GET \
  -H "x-api-key: {{WOODPECKER_API_KEY}}" \
  -H "Accept: application/json" \
  # Source: Woodpecker REST API v1 - Get a list of campaigns (campaign_list) \
  # Docs: https://developers.woodpecker.co/docs/campaigns/GET-campaign-list-v1/