Skip to main content
GET
/
crm
/
objects
/
{name}
Get object
curl --request GET \
  --url https://www.dench.com/api/v1/crm/objects/{name} \
  --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.

Path Parameters

name
string
required

Response

object | null

Successful response

A CRM object (table).

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