get http://api.pandascrow.io/sandbox/index/user/fetch
This endpoint would allow you to fetch data to your existing account with Pandascrow.
[GET] {{baseurl}}/sandbox/index/user/fetch
API Object
{
"status": 200,
"data": {
"user": {
"userID": 1,
"name": "Precious Tom",
"email": "[email protected]",
"gender": "Male",
"phone": "+2348179000000",
"country": "Nigeria",
"state": "Rivers",
"address": "37 Chris Avenue, Pipeline, Igboetche",
"username": "Professor",
"dob": "1990-09-06",
"bout_me": "Hey there! I'm using Pandascrow.",
"dp_url": "https://api.pandascrow.io/assets/img/dp/dp-2.png",
"acc_type": 1,
"auto_created": 0,
"is_accepted": 1,
"is_verified": 0,
"is_admin": 0,
"default_currency": "NGN",
"token": "ywzoykujxrcp3ag8",
"ref_token": null,
"dateJoined": "Sat, 15 Oct 2022 15:51:26 +0000",
"dateJoined_alt": "2022-10-15",
"businessID": 1,
"verification_status": {
"email": 1,
"phone": 1,
"bvn": 1,
"bvn_issubmitted": 0
},
"zodiac": {
"sign": "Virgo",
"icon": "https://api.pandascrow.io/assets/img/zodiac/zodiac-virgo.png",
"quote": "The money magnet. Independent and easily knows how to get that cash with fear of getting scammed π°",
"date": "1990-09-06"
},
"kyc_status": {
"personal": 1,
"business": 1,
"verification": 0,
"settlement": 0,
"progress": 50
}
}
}
}
curl -L -X GET '{{baseurl}}/sandbox/index/user/fetch/single' \
-H 'Content-Type: application/json' \
-H 'Authorization: SECRET_KEY' \
-H 'Appid: appid'