PearPear

Get referral status

Returns referral codes owned by the authenticated user and their permanent referrer code

GET
/referrals/status
x-api-key<token>

In: header

Response Body

application/json

curl -X GET "https://example.com/referrals/status"
{  "ownedCodes": [    "string"  ],  "referrerCode": "string"}