v1

latestOpenAPI 3.1.02026-07-222392081.7 MB
Custom properties

List custom properties

Retrieve all custom properties previously created.

get/v1/custom-properties

Response

Example response

{
  "meta": {
    "total": 1,
    "taken": 1
  },
  "data": [
    {
      "id": "cfi_efnjehRH304",
      "name": "Test custom property",
      "slug": "test_custom_property",
      "created_at": "2024-01-01T22:00:00Z",
      "updated_at": "2024-01-01T22:00:00Z"
    }
  ]
}