Search code examples
javascriptapihashtrelloavatar

How to retrieve user avatar from a Trello API?


trello API gives only hashes, such as avatarHash, gravatarHash, uploadedAvatarHash etc. Is there any way to retrieve an image url from these hashes?


Solution

  • Using this hash you can retrieve an image by url: http://trello-avatars.s3.amazonaws.com/${avatarHash}/50.png