Comment IDs
GET https://api.imgur.com/3/account/{{username}}/comments/ids/{{sort}}/{{page}}
Return an array of all of the comment IDs.
Response Model: Basic
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 |