Get attachment thumbnail

GET /pictures/thumbnails/attachment-files/{attachment_file_id}.png

Download the thumbnail representing given attachment file.

Path parameters

  • attachment_file_id string(uuid) Required

    Attachment file unique identifier

Responses

  • 200 image/png

    Attachment thumbnail downloaded

GET /pictures/thumbnails/attachment-files/{attachment_file_id}.png
curl \
 --request GET 'http://api.example.com/pictures/thumbnails/attachment-files/a24a6ea4-ce75-4665-a070-57453082c25.png' \
 --header "Authorization: $API_KEY"