Learn
Help
Socials
© 2025 make.com
Last updated 1 day ago
Gets a list of custom properties structures in the organization.
Successful response
const response = await fetch('https://eu1.make.com/api/v2/custom-property-structures?organizationId=0', { method: 'GET', headers: {}, }); const data = await response.json();
{ "customPropertyStructures": [ { "id": 0, "created": "2025-01-11T06:07:13.795Z", "belongers": [ { "belongerId": 0, "belongerType": "text", "associatedTypes": [ "text" ] } ] } ] }