Learn
Help
Socials
© 2025 make.com
Last updated 1 day ago
Gets details of the specified key.
The ID of the key.
16
Successful response
const response = await fetch('https://eu1.make.com/api/v2/keys/{keyId}', { method: 'GET', headers: {}, }); const data = await response.json();
{ "key": { "id": 0, "name": "text", "typeName": "text", "teamId": 0, "packageName": "text", "theme": "text" } }