get https://api-v2.pandavideo.com/member-referrals
Retrieves member referrals summary including referral link, estimated value, total received, and current balance
GET /member-referrals
Detailed Description
Retrieves the member referrals summary for the authenticated user, including the user’s referral link, the estimated value from pending referrals, the total received from all referrals, and the current balance. Use this endpoint to power dashboards or summaries of referral earnings.
HTTP Method & Path
GET /member-referrals
Authentication Requirements
- Security Scheme:
PandaAuth
(apiKey) - Header:
Authorization: <your_api_token>
(no Bearer prefix)
Parameters
Name | In | Type | Required | Description |
---|---|---|---|---|
Authorization | header | string | Yes | Panda API token (without Bearer prefix). |