Required scopes:
keys:read
Gets the list of available key types.
Last updated 6 days ago
Learn
Support
Connect
© 2025 make.com
Successful response
const response = await fetch('https://eu1.make.com/api/v2/keys/types', { method: 'GET', headers: {}, }); const data = await response.json();
{ "keysTypes": [ { "name": "text", "label": "text", "parameters": [ { "name": "text", "label": "text", "type": "text" } ], "componentType": "text", "author": "text", "version": "text", "theme": "text", "icon": "text" } ] }