---
title: "Approve Snapshot"
method: POST
path: "/api/v1/admin/source-tracker/snapshots/{snapshot_id}/approve"
tags: ["source-tracker-admin"]
---

# Approve Snapshot

`POST /api/v1/admin/source-tracker/snapshots/{snapshot_id}/approve`

## Path parameters

- `snapshot_id` string, uuid, required

## Response `200`

Successful Response

- TrackerReviewResponse
  - `snapshot_id` string, uuid, required
  - `status` 'pending_review' | 'published' | 'rejected' | 'incomplete', required — Lifecycle of a per-country passport report.

## Other responses

- `404` — Resource not found
- `409` — Invalid lifecycle transition
- `422` — Validation Error

---

[API](https://skmtc.dev/getanana/apis/cleon-api.md) · [All operations](https://skmtc.dev/getanana/apis/cleon-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/getanana/cleon-api/revisions/fbb95eac3965/schema)
