Gets an avatar

GET /api/avatar/index

Get's contact avatar

Query parameters

  • imageurl string

    URL of fallback image to use if no avatar image is found

  • size string

    Image size for the returned avatar

  • Contact ID for avatar

GET /api/avatar/index
curl \
 --request GET 'http://api.example.com/api/avatar/index' \
 --header "Authorization: Bearer $ACCESS_TOKEN"