Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://admin.snagsolutions.io/api/referral/users \ --header 'X-API-KEY: <api-key>'
{ "data": [ { "referralCode": { "id": "<string>", "referralCode": "<string>", "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z", "deletedAt": "2023-11-07T05:31:56Z", "userId": "<string>", "loyaltyRuleId": "3c90c3cc-0d44-4b50-8888-8dd25736052a" }, "user": { "id": "<string>", "walletAddress": "<string>" }, "id": "<string>", "tier1Amount": 123, "tier2Amount": 123, "amount": 123, "eligible": true } ], "hasNextPage": true }
This endpoint allows you to get referrals
1 <= x <= 1000
200
Show child attributes
Was this page helpful?