Learn
Help
Socials
© 2025 make.com
Last updated 1 day ago
Retrieves the mapping of custom variable types and their typeId values.
typeId
Successful response
const response = await fetch('https://eu1.make.com/api/v2/enums/variable-types', { method: 'GET', headers: {}, }); const data = await response.json();
{ "variableTypes": [ { "id": 0, "name": "text", "teamOnly": false } ] }