# Create a new collection This API endpoint allows you to create a new collection. Endpoint: POST /v1/org/units Version: 1.0 Security: x-api-key ## Request fields (application/json): - `name` (string) The name of the new collection - `ou_category_id` (string) The ID of the category to which the collection belongs - `parent_ref_id` (string) The reference ID of the parent collection - `sections` (array) - `sections.id` (string) A randomly generated UUID for the section - `sections.integrations` (object) ## Response 200 fields (application/json): - `errors` (array) - `success` (array)