CostSheets
CreditGrants
Credit Notes
Customers
Wallets
Invoices
Entitlements
Environments
Events
Features
Payments
Plans
Integrations
Subscriptions
Tenants
Users
Plans
Synchronize plan prices
Synchronize current plan prices with all existing active subscriptions
POST
/
plans
/
{id}
/
sync
/
subscriptions
Copy
curl --request POST \
--url https://api.cloud.flexprice.com/v1/plans/{id}/sync/subscriptions \
--header 'x-api-key: <api-key>'
Copy
{
"message": "<string>",
"plan_id": "<string>",
"plan_name": "<string>",
"synchronization_summary": {
"prices_added": 123,
"prices_removed": 123,
"prices_skipped": 123,
"subscriptions_processed": 123
}
}
Authorizations
Enter your API key in the format x-api-key <api-key>*
Path Parameters
Plan ID
Response
200
application/json
OK
The response is of type object
.
Copy
curl --request POST \
--url https://api.cloud.flexprice.com/v1/plans/{id}/sync/subscriptions \
--header 'x-api-key: <api-key>'
Copy
{
"message": "<string>",
"plan_id": "<string>",
"plan_name": "<string>",
"synchronization_summary": {
"prices_added": 123,
"prices_removed": 123,
"prices_skipped": 123,
"subscriptions_processed": 123
}
}
Assistant
Responses are generated using AI and may contain mistakes.