Get custom properties values linked to a spot member
Get custom properties values linked to a spot member
        GET
    /v1/spotMembers/{spotMemberId}/customPropertiesValues
  
  curl \
 --request GET 'https://openapi.meltingspot.io/v1/spotMembers/{spotMemberId}/customPropertiesValues'
        Response examples (200)
  
  {
  "items": [
    {
      "customPropertyId": "string",
      "customPropertyLabel": "string",
      "customPropertySlug": "string",
      "customPropertyDescription": "string",
      "customPropertyType": "Text",
      "possibleValues": [
        "string"
      ],
      "value": "string"
    }
  ],
  "total": 42
}