Comments
GET https://api.imgur.com/3/account/{{username}}/comments/{{commentSort}}/{{page}}
Return the comments the user has created.
Response Model: Comment
Parameters
Key | Required | Value |
---|---|---|
commentSort | optional | best , worst , oldest , or newest . Defaults to newest . |
page | optional | Page number (50 items per page). Defaults to 0 . |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string |