get http://api.pandascrow.io/sandbox/index/user/fetch/referral
This endpoint would allow you to retrieve all referrals from you on Pandascrow.
[GET] {{baseurl}}/sandbox/index/user/fetch/referral
API Object
{
"status": 200,
"data": [
{
"name": "Precious Tom",
"dateJoined": "Wed, 22 Jun 2022 08:15:45 +0000"
},
{
"name": "Mercy Udoh",
"dateJoined": "Fri, 24 Jun 2022 06:07:37 +0000"
}
]
}
curl -L -X GET '{{baseurl}}/sandbox/index/user/fetch/referral' \
-H 'Content-Type: application/json' \
-H 'Authorization: SECRET_KEY'
-H 'Appid: appid'