CRMchat APIBeta
Organization Properties

List organization properties

GET
/organizations/{organizationId}/properties/{objectType}

Authorization

bearerAuth
AuthorizationBearer <token>

API key (sk_...) as Bearer token

In: header

Path Parameters

organizationId*string
objectType*"contacts"

Value in

  • "contacts"

Response Body

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/organizations/string/properties/contacts"
{  "data": [    {      "key": "string",      "type": "text",      "name": "string",      "description": "string",      "placeholder": "string",      "required": false,      "readonly": true,      "scope": "organization"    }  ]}