REST API
Webhooks
Help Center →
Search
⌃
K
Links
Introduction
JavaScript API
Overview
REST API
Overview
Campaigns
Affiliates
Affiliate Links
The affiliate link object
List affiliate links
Create affiliate link
Retrieve affiliate link
Update affiliate link
Referrals
Commissions
Payouts
Webhooks
Overview
Endpoints
Requests
Event types
Signed webhooks
Links
Help Center
Sign up
Login
Learn more about Rewardful
Powered By
GitBook
List affiliate links
Returns a list of your affiliate links. The links are returned sorted by creation date, with the most recent links appearing first.
Request
Method
URL
GET
https://api.getrewardful.com/v1/affiliate_links
Examples
List all affiliate links
curl
--request
GET
\
--url
https://api.getrewardful.com/v1/affiliate_links
\
-u
YOUR_API_SECRET:
Previous
The affiliate link object
Next
Create affiliate link
Last modified
1yr ago