Skip to main content
Celoxis API v2
LiveUpdated 2 Sep 2026

Requests & responses

Response envelope

A single-record response wraps the record in data:

json
{
  "data": {
    "id": 123,
    "url": "..."
  }
}

List responses return an array plus paging information:

json
{
  "data": [],
  "totalRecords": 642,
  "nextPage": 2
}