---
title: "POST /api/v1/admin/landing-cache/resync"
method: POST
path: "/api/v1/admin/landing-cache/resync"
tags: ["Landing Pages administration"]
---

# POST /api/v1/admin/landing-cache/resync

`POST /api/v1/admin/landing-cache/resync`

## Cookies

- `billing_session` string

## Request body

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

## Response `202`

A cache synchronization job was enqueued.

- object
  - `jobId` string, uuid, required
  - `scope` 'all' | 'products' | 'plans' | 'merchants' | 'offers' | 'funnels' | 'translations' | 'contents', required
  - `status` 'accepted', required

## Other responses

- `400` — The synchronization scope is invalid.
- `401` — No valid Admin session exists.
- `403` — The request did not originate from this portal.
- `503` — The synchronization Queue 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)
