# Get snapshot from camera provider integration **GET /api/camera/proxied/{integration_id}/{integration_camera_id}/footage/snapshot** Retrieves a thumbnail (binary image) from a camera provider through Gatego Backend. It needs authentication and will work only for camera providers that need proxying, such as Verkada. ## Servers - GCP Development: https://api-dev.gatego.io (GCP Development) - Production: https://api.gatego.io (Production) ## Parameters ### Path parameters - **integration_camera_id** (string) Camera ID in the Integration's Context - **integration_id** (integer(int64)) Integration ID ### Query parameters - **snapshot_from_stream** (string) When true, try to force getting the snapshot from a live stream if the provider supports it (instead from a thumbnail/snapshot API). Normally this results in a more recent Snapshot, but the latency might increase ## Responses ### 200 OK ### 401 Not Authorized ### 403 Not Allowed [Powered by Bump.sh](https://bump.sh)