Workspace Properties
Get workspace property
Returns a property definition available to a workspace, including organization properties by default.
Authorization
bearerAuth AuthorizationBearer <token>
API key (sk_...) as Bearer token
In: header
Path Parameters
workspaceId*string
objectType*"contacts"
Value in
- "contacts"
propertyKey*string
Query Parameters
includeOrgProperties?|
Default
trueResponse Body
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/workspaces/string/properties/contacts/string"{ "data": { "key": "string", "type": "text", "name": "string", "description": "string", "placeholder": "string", "required": false, "readonly": true, "scope": "organization" }}