Learn
Help
Socials
© 2025 make.com
Last updated 1 day ago
Gets custom properties data of the specified scenario.
The ID of the scenario.
22
Successful response
const response = await fetch('https://eu1.make.com/api/v2/scenarios/{scenarioId}/custom-properties', { method: 'GET', headers: {}, }); const data = await response.json();
{ "scenarioId": 0 }