LogoLogo
REST APIWebhooksHelp Center →
  • Introduction
  • JavaScript API
    • Overview
  • REST API
    • Overview
    • Campaigns
      • The campaign object
      • List campaigns
      • Create campaign
      • Retrieve campaign
      • Update campaign
    • Affiliates
      • The affiliate object
      • List affiliates
      • Create affiliate
      • Retrieve affiliate
      • Update affiliate
      • Magic Link (SSO)
    • Affiliate Links
      • The affiliate link object
      • List affiliate links
      • Create affiliate link
      • Retrieve affiliate link
      • Update affiliate link
    • Affiliate Coupons
      • The affiliate coupon object
      • List affiliate coupons
      • Create affiliate coupon
      • Retrieve affiliate coupon
    • Referrals
      • The referral object
      • List referrals
    • Commissions
      • The commission object
      • List commissions
      • Retrieve commission
      • Update commission
      • Delete commission
    • Payouts
      • The payout object
      • List payouts
      • Retrieve a payout
      • Mark a payout as paid
  • Webhooks
    • Overview
    • Endpoints
    • Requests
    • Event types
    • Signed webhooks
  • Links
    • Help Center
    • Sign up
    • Login
    • Learn more about Rewardful
Powered by GitBook
On this page
  • Request
  • Examples
  • Response

Was this helpful?

Export as PDF
  1. REST API
  2. Campaigns

List campaigns

Returns a list of all your campaigns.

PreviousThe campaign objectNextCreate campaign

Last updated 6 months ago

Was this helpful?

Request

Method

URL

GET

https://api.getrewardful.com/v1/campaigns

Examples

List all campaigns

curl --request GET \
  --url https://api.getrewardful.com/v1/campaigns \
  -u YOUR_API_SECRET:

Response

Response code

Body

200

An array of (JSON)

Authentication failure

Response code

Body

401

Description of the authentication failure

affiliate objects