CRMchat APIBeta
Organization Properties

Get organization property

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

Authorization

bearerAuth
AuthorizationBearer <token>

API key (sk_...) as Bearer token

In: header

Path Parameters

organizationId*string
objectType*"contacts"

Value in

  • "contacts"
propertyKey*string

Response Body

application/json

application/json

application/json

application/json

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