Learn
Help
Socials
© 2025 make.com
Last updated 1 day ago
Retrieves a collection of all public (approved) templates that are available for anyone. Returned templates are sorted by usage in descending order.
Successful response
const response = await fetch('https://eu1.make.com/api/v2/templates/public', { method: 'GET', headers: {}, }); const data = await response.json();
{ "templatesPublic": [ { "id": 0, "name": "text", "description": "text", "url": "text", "usedApps": [ "text" ], "usage": 0 } ], "pg": { "last": "text", "showLast": false, "sortBy": "text", "sortDir": "text", "limit": 0, "offset": 0 } }