Account Available Avatars (Un-authed / Authed)
GET https://api.imgur.com/3/account/{{username}}/available_avatars
If unauthentiated, get list of default trophies a user can select from. The username need not exist to get the listing.
If authenticated, get the list of available avatars for the given user.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string | If unauthenticated, send the Client-ID | |
Authorization | string | If authenticated send the bearer token |