---
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

## Changes

- **2026-05-18** `8ec2edea6b20` — 8 warning
  - removed the optional property `details` from the response with the `400` status
  - removed the optional property `details` from the response with the `404` status
  - removed the optional property `details` from the response with the `422` status
  - removed the optional property `details` from the response with the `500` status
  - …4 more
- **2026-04-06** `95af41a12111` — 8 warning, 16 info
  - removed the optional property `error` from the response with the `400` status
  - removed the optional property `error` from the response with the `404` status
  - removed the optional property `error` from the response with the `422` status
  - removed the optional property `error` from the response with the `500` status
  - …20 more

[Change history](https://skmtc.dev/flexprice/apis/flexprice-api/changes/plans/:id/sync/subscriptions/post.md)

---

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