Skip to main content
GET
/
crm
/
objects
List objects
curl --request GET \
  --url https://www.dench.com/api/v1/crm/objects \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": "<string>",
    "name": "<string>",
    "description": "<string>",
    "icon": "<string>",
    "immutable": true
  }
]

Authorizations

Authorization
string
header
required

Workspace-scoped Dench API key from workspace settings. This is the same key used by DENCH_API_KEY in sandboxes.

Response

Successful response

id
string
required
name
string
required
description
string | null
icon
string | null
immutable
boolean