Skip to main content
Celoxis API v2
LiveUpdated 2 Sep 2026

Common operations

Creating Records

Create one or several records in a single request.

Create one record

POST/api/v2/{entity}Create one or several records

Send a JSON object containing the properties of the new record.

Create several records

Send a JSON array to create several records in one request.

The response contains the created record in data; a batch request returns an array of created records.