Skip to main content
POST
/
api
/
v1
/
user
/
referrals
Save a referral code or relationship for the current user
curl --request POST \
  --url https://monitor.aevr.space/api/v1/user/referrals \
  --header 'Content-Type: application/json' \
  --cookie auth-token= \
  --data '
{
  "referralCode": "<string>",
  "referredBy": "<string>"
}
'

Documentation Index

Fetch the complete documentation index at: https://monitor-f3599674.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

auth-token
string
cookie
required

Signed session cookie returned by the platform auth flows.

Body

application/json
referralCode
string
referredBy
string

Response

200

Referral saved