Required scopes:
keys:read
Gets details of the specified key.
Last updated 7 days ago
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" } }