---
title: "Synchronize plan prices"
method: POST
path: "/plans/{id}/sync/subscriptions"
tags: ["Plans"]
---

# Synchronize plan prices

`POST /plans/{id}/sync/subscriptions`

Use when you have changed plan prices and need to push them to all active subscriptions (e.g. global price update). Returns workflow ID.

## Path parameters

- `id` string, required

## Response `200`

OK

- ModelsTemporalWorkflowResult
  - `message` string
  - `run_id` string
  - `workflow_id` string

## Other responses

- `400` — Bad Request
- `404` — Not Found
- `422` — Unprocessable Entity
- `500` — Internal Server Error

---

[API](https://skmtc.net/flexprice/apis/flexprice-api.md) · [All operations](https://skmtc.net/flexprice/apis/flexprice-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/flexprice/flexprice-api/versions/f0601ed97bd3/schema)
