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 \
 -X GET http://api.example.com/api/avatar/index \
 -H "Authorization: Bearer $ACCESS_TOKEN"