Account Gallery Favorites
GET https://api.imgur.com/3/account/{{username}}/gallery_favorites/{{page}}/{{favoritesSort}}
Return the images the user has favorited in the gallery.
Response Model: Gallery Image OR Gallery Album
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. |
favoriteSort | optional | oldest , or newest . Defaults to newest . |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string |