Authorizations
Enter your API key in the format x-api-key <api-key>*
Path Parameters
Plan ID
curl --request POST \
--url https://api.cloud.flexprice.io/v1/plans/{id}/sync/subscriptions \
--header 'x-api-key: <api-key>'
{
"message": "<string>",
"run_id": "<string>",
"workflow_id": "<string>"
}
Synchronize current plan prices with all existing active subscriptions
curl --request POST \
--url https://api.cloud.flexprice.io/v1/plans/{id}/sync/subscriptions \
--header 'x-api-key: <api-key>'
{
"message": "<string>",
"run_id": "<string>",
"workflow_id": "<string>"
}
Enter your API key in the format x-api-key <api-key>*
Plan ID