---
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** `f62d8a5fe7cf` — 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** `4ded3711f401` — 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
- **2026-02-27** `152f346e4241` — 1 info
  - endpoint added

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

---

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