Skip to main content
GET
/
referrals
Get all referrals or by ID/email/externalId
curl --request GET \
  --url https://www.pushlapgrowth.com/api/v1/referrals \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "affiliateId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "name": "<string>",
    "email": "[email protected]",
    "referredUserExternalId": "<string>",
    "plan": "<string>",
    "status": "<string>"
  }
]

Authorizations

Authorization
string
header
required

Query Parameters

id
string<uuid>
affiliateId
string<uuid>
affiliateEmail
string<email>
externalId
string

Response

id
string<uuid>
affiliateId
string<uuid>
name
string
email
string<email>
referredUserExternalId
string
plan
string
status
string