# Get shared preview thumbnail **GET /shared/playlists/{token}/pictures/thumbnails/preview-files/{preview_file_id}.png** Serve the PNG thumbnail for a preview file when the share token is valid. ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Jwt authorization ## Parameters ### Path parameters - **token** (string) Share link token - **preview_file_id** (string(uuid)) Preview file unique identifier ## Responses ### 200 Thumbnail image #### Body: image/png (string(binary)) string(binary) ### 404 Thumbnail file missing #### Body: application/json (object) - **error** (string) [Powered by Bump.sh](https://bump.sh)