List Partner Links
Returns the authenticated user’s standard referral URL and a page of their balance reward links, newest first. Expired and fully claimed rewards are included by default; deleted rewards are excluded. Filter status to narrow the promotion links. Users do not need to be enrolled to retrieve their links.
Authorizations
An Account API key, account-scoped JWT, App API key, or user OAuth token. Prepend the key or token with Bearer, for example Bearer ***************************.
Headers
Pins the request to a dated API version.
"2026-09-13"
Query Parameters
Filter promotion links by availability. Repeat the status parameter for multiple values.
available, fully_claimed, expired, unavailable Number of promotion links to return from the start of the window.
x <= 100Cursor to fetch the page after (from page_info.end_cursor).
Number of promotion links to return from the end of the window.
x <= 100Cursor to fetch the page before (from page_info.start_cursor).

