GET
/
referrals

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

id
string

The ID of the referral to retrieve

affiliateId
string

The affiliate ID associated with the referral

affiliateEmail
string

The email of the affiliate associated with the referral

externalId
string

The external ID of the referred user

Response

200 - application/json
affiliateId
string

The affiliate ID associated with the referral

email
string

Email of the referred user

id
string

The referral ID

name
string

Name of the referred user

plan
string

The plan associated with the referred user

referredUserExternalId
string

The external ID of the referred user. This will be an ID you actively maintain that identifies the user on your server (for example, the User ID in your database, or Stripe Customer ID)

status
string

Status of the referral (active/inactive)