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

KeyRequiredDescription
pageoptionalinteger - allows you to set the page number so you don't have to retrieve all the data at once.
sortoptional'oldest', or 'newest'. Defaults to 'newest'.

HEADERS

KeyDatatypeRequiredDescription
Authorizationstring