POST
/
integration
/
sync
/
{entity_type}
/
{entity_id}
Sync entity to all available providers
curl --request POST \
  --url https://api.cloud.flexprice.io/v1/integration/sync/{entity_type}/{entity_id} \
  --header 'x-api-key: <api-key>'
{}

Authorizations

x-api-key
string
header
required

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

Path Parameters

entity_type
string
required

Entity type (e.g., customer, invoice, tax)

entity_id
string
required

Entity ID

Response

200
application/json

OK

The response is of type object.