Skip to main content
GET
/
property-keys
List property keys
curl --request GET \
  --url https://api.limitless.exchange/property-keys
[
  {
    "id": "<string>",
    "name": "<string>",
    "slug": "<string>",
    "type": "select",
    "metadata": {},
    "isSystem": true,
    "createdAt": "2023-11-07T05:31:56Z",
    "updatedAt": "2023-11-07T05:31:56Z",
    "options": [
      {
        "id": "<string>",
        "propertyKeyId": "<string>",
        "value": "<string>",
        "label": "<string>",
        "sortOrder": 123,
        "metadata": {},
        "createdAt": "2023-11-07T05:31:56Z",
        "updatedAt": "2023-11-07T05:31:56Z",
        "parentOptionId": "<string>"
      }
    ]
  }
]

Response

Property keys retrieved successfully

id
string
required

Unique identifier of the property key

name
string
required

Display name of the property key

slug
string
required

URL slug of the property key

type
enum<string>
required

Type of property key

Available options:
select,
multi-select
metadata
object
required

Additional metadata for the property key

isSystem
boolean
required

Whether this is a system-defined property key

createdAt
string<date-time>
required

Creation timestamp

updatedAt
string<date-time>
required

Last update timestamp

options
object[]

Available options for this property key