Skip to main content

List Workspace Properties

Retrieve all custom properties for the workspace associated with your API key.


Endpoint

GET https://api.campaignlark.com/v1/workspace/properties

Sample Request

GET https://api.campaignlark.com/v1/workspace/properties

Response

Success — 200 OK

{
"error": null,
"data": [
{
"id": 12,
"label": "Industry",
"merge_tag": "industry",
"value": "Technology"
}
]
}

Property Object

FieldTypeDescription
idintegerUnique property ID.
labelstringHuman-readable property label.
merge_tagstringProperty merge tag used in messages.
valuestringCurrent property value.