# Create a new integration Creates a new integration with an external system (e.g. Wix) Endpoint: POST /integrations Version: 1.0.0 Security: ApiKeyAuth ## Request fields (application/json): - `label` (string) The label for the integration - `integration_code` (string, required) The code for the integration - `config` (object, required) ## Response 201 fields (application/json): - `id` (string) The unique identifier for the integration - `name` (string) The name of the integration - `type` (string) The type of the integration - `data` (object) The integration data ## Response 400 fields ## Response 401 fields ## Response 500 fields