Referrals
Retrieves the current users invited by a referral and the ones from the last time they were fetched, along with reward images containing the tier and URL information. This allows comparing the previously seen data with the current one. This endpoint requires Signed Fetch authentication.
Signed Fetch authentication. See ADR-44 for more details about the authentication mechanism.
Referral statistics found
Invalid request
Unauthorized - Signed Fetch required
Internal server error
Creates a referral relationship between a referrer and an invited user. This endpoint requires Signed Fetch authentication. The authenticated user becomes the "invited" user, and the referrer address is provided in the request body. This should be called when a user follows a referral link.
Signed Fetch authentication. See ADR-44 for more details about the authentication mechanism.
ETH address of the referrer
Referral progress created successfully
Invalid request
Unauthorized - Signed Fetch required
Internal server error
No content
Updates the referral progress status to signed up for the authenticated user. This endpoint requires Signed Fetch authentication.
Signed Fetch authentication. See ADR-44 for more details about the authentication mechanism.
Referral status updated successfully
Invalid request
Unauthorized - Signed Fetch required
Referral not found
Internal server error
No content
Associates an email address with a referral for the authenticated user. This endpoint requires Signed Fetch authentication.
Signed Fetch authentication. See ADR-44 for more details about the authentication mechanism.
Email address to associate with the referral
Referral email added successfully
Invalid request
Unauthorized - Signed Fetch required
Internal server error
No content
Last updated