v1

latestOpenAPI 3.0.2EULA2026-07-143221521.2 MB
Customer properties

Get a customer property

Get information about a specific customer property.

Returns the detail of a single customer property definition, including its name, data type, and configuration. To list all available property definitions, use GET /customer-properties.

get/customer-properties/{customer_property_id}

Path parameters

customer_property_idstring required

The unique ID of the customer property.

Headers

Accept-Languagestring

The unique ID of the language code by ISO 639-1.

Response

OK

Example response

{
  "data": {
    "property_id": "size",
    "name": "Size",
    "description": "size",
    "data_type": "string",
    "items": [
      {
        "id": "8fd73167342d0689c4c015320",
        "name": "{\"en\":\"evening\",\"cz\":\"vecer\"}",
        "resource_record_id": "67342d3167342d0689c4c00689c4",
        "state": 1
      }
    ],
    "last_change": "2019-06-20 14:48:09",
    "state": 1
  }
}