POST
/
plans
/
{id}
/
sync
/
subscriptions
curl --request POST \
  --url https://api.cloud.flexprice.com/v1/plans/{id}/sync/subscriptions \
  --header 'x-api-key: <api-key>'
{
  "message": "<string>",
  "plan_id": "<string>",
  "plan_name": "<string>",
  "synchronization_summary": {
    "prices_added": 123,
    "prices_removed": 123,
    "prices_skipped": 123,
    "subscriptions_processed": 123
  }
}

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

200
application/json

OK

The response is of type object.