# Create bundle Creates a Checks Bundle with checks data. Endpoint: POST /bundles Version: 1.0.0 Security: bearerAuth ## Request fields (application/json): - `name` (string, required) Example: "Sales" - `checks_data` (array, required) - `checks_data.type` (string) Check code Example: "reference" - `checks_data.details` (object) Details from Get Check Type Details - `checks_data.renewal` (boolean) Example: true ## Response 200 fields (application/json): - `result` (object) - `result.id` (integer) Example: 156 - `result.name` (string) Example: "Sales" - `result.checks_data` (array) - `result.checks_data.type` (string) Check code Example: "reference" - `result.checks_data.details` (object) Details from Get Check Type Details - `result.checks_data.renewal` (boolean) Example: true - `status` (integer) Example: 200 - `error` (object,null)