POST
/
plans
/
{id}
/
sync
/
subscriptions
Synchronize plan prices
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>"
}

Authorizations

x-api-key
string
header
required

Enter your API key in the format x-api-key <api-key>*

Path Parameters

id
string
required

Plan ID

Response

OK

message
string
run_id
string
workflow_id
string