Skip to main content
GET
List partner links

Authorizations

Authorization
string
header
required

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

Api-Version-Date
string

Pins the request to a dated API version.

Example:

"2026-09-13"

Query Parameters

status
enum<string>[]

Filter promotion links by availability. Repeat the status parameter for multiple values.

Available options:
available,
fully_claimed,
expired,
unavailable
first
integer
default:20

Number of promotion links to return from the start of the window.

Required range: x <= 100
after
string

Cursor to fetch the page after (from page_info.end_cursor).

last
integer

Number of promotion links to return from the end of the window.

Required range: x <= 100
before
string

Cursor to fetch the page before (from page_info.start_cursor).

Response

partner links listed

base_referral_url
string
required

The partner's standard shareable referral URL.

Example:

"https://whop.com/network/"

data
object[]
required
page_info
object
required