Account Favorites
GET https://api.imgur.com/3/account/{{username}}/favorites/{{page}}/{{favoritesSort}}
Returns the users favorited images, only accessible if you're logged in as the user.
Response Model: Gallery Image OR Gallery Album
Note: vote data ('ups', 'downs', and 'score') may be null if the favorited item hasn't been submitted to gallery
Parameters
Key | Required | Description |
---|---|---|
page | optional | integer - allows you to set the page number so you don't have to retrieve all the data at once. |
sort | optional | 'oldest', or 'newest'. Defaults to 'newest'. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string |