---
title: "POST /api/v1/internal/landing-cache/sync"
method: POST
path: "/api/v1/internal/landing-cache/sync"
tags: ["Internal", "Affiliation"]
---

# POST /api/v1/internal/landing-cache/sync

`POST /api/v1/internal/landing-cache/sync`

Synchronously reconciles only divergent keys in the disposable Landing Pages KV projection after a deployment.

## Headers

- `authorization` string, required

## Request body

- object
  - `scope` 'all' | 'products' | 'plans' | 'merchants' | 'offers' | 'funnels' | 'translations' | 'contents'

## Response `200`

The selected KV projection was differentially reconciled.

- object
  - `contents` integer, required
  - `funnels` integer, required
  - `merchants` integer, required
  - `offers` integer, required
  - `plans` integer, required
  - `products` integer, required
  - `scope` 'all' | 'products' | 'plans' | 'merchants' | 'offers' | 'funnels' | 'translations' | 'contents', required
  - `status` 'complete', required
  - `translations` integer, required

## Other responses

- `400` — The cache scope is invalid.
- `401` — The deployment credential is invalid.
- `503` — The Landing Pages cache is unavailable.

---

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