Last updated 5 months ago
200
const response = await fetch('https://api-v2.zealy.io/public/communities/{subdomain}/modules', { method: 'GET', headers: { "x-api-key": "text" }, }); const data = await response.json();
[ { "id": "text", "name": "text", "description": "text", "color": "text", "coverUrl": "text", "position": 0 } ]