Get avatar - absenceio/PublicAPI GitHub Wiki

##Get avatar

GET publicApi/avatar/<avatar_id here>?apiKey=<apiKey here>

Returns an avatar for the given user-id

[
  {
    "avatar": "",
  },
  {
     "avatar": "",
    ...
  },
  ...
]

####You can expect to get the following response:

parameter type default
avatar image