Profiles
Get a user profile details
GET
https://yourwebsite.com/api/users/?userID=<user_id>
GET
https://yourwebsite.com/api/users/?username=<username>
{
"id": "2",
"username": "leaderos",
"email": "[email protected]",
"credit": "150.00",
"isVerified": "1",
"authStatus": "0",
"creationIP": "1.1.1.1",
"creationDate": "2022-09-15 10:41:44",
"linkedAccounts": [
"discord": "111111111111" // Linked Discord User ID
]
}
Last updated