v1

latestOpenAPI 3.0.0Proprietary2026-08-062711471.0 MB
Objects

List objects

Returns every object (standard + custom) for the authenticated account.

get/public/v1/objects

Response

Objects list

oktrue required

Example response

{
  "ok": true,
  "data": [
    {
      "id": 1,
      "name": "example",
      "display_name": "example",
      "type": "table",
      "created_at": "example",
      "updated_at": "example",
      "description": "example",
      "emoji": "example",
      "icon_color": "example",
      "field_count": 1
    }
  ]
}
All 271 operations