curl --request POST \
--url https://api.anysite.io/api/reddit/user/comments \
--header 'Content-Type: application/json' \
--header 'access-token: <api-key>' \
--data '
{
"username": "<string>",
"timeout": 300,
"count": 25
}
'[
{
"id": "<string>",
"permalink": "<string>",
"@type": "@reddit_user_comment",
"author": {
"id": "<string>",
"name": "<string>",
"@type": "@reddit_author"
},
"text": "<string>",
"score": 123,
"created_at": 123,
"post_url": "<string>",
"subreddit": "<string>"
}
]Get Reddit User Comments
curl --request POST \
--url https://api.anysite.io/api/reddit/user/comments \
--header 'Content-Type: application/json' \
--header 'access-token: <api-key>' \
--data '
{
"username": "<string>",
"timeout": 300,
"count": 25
}
'[
{
"id": "<string>",
"permalink": "<string>",
"@type": "@reddit_user_comment",
"author": {
"id": "<string>",
"name": "<string>",
"@type": "@reddit_author"
},
"text": "<string>",
"score": 123,
"created_at": 123,
"post_url": "<string>",
"subreddit": "<string>"
}
]