cURL
curl --request GET \ --url https://api.zilodata.com/api/v1/reddit/user/{username} \ --header 'Authorization: Bearer <token>'
{ "username": "science_lover", "karma": 50000, "postKarma": 30000, "commentKarma": 20000, "accountAge": 1825, "isVerified": false }
Retrieve user profile information
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful response
"science_lover"
50000
30000
20000
Account age in days
1825
false
Was this page helpful?