Last updated 2 months ago
Was this helpful?
This endpoint provides basic information about the specified community. Unlike many other endpoints, this one is accessible for all communities, regardless of whether you hold an admin role in them or not.
/public/communities/{subdomain}
curl -L \ --url 'https://api-v2.zealy.io/public/communities/{subdomain}' \ --header 'x-api-key: text'
{ "name": "text", "subdomain": "text", "id": "text", "image": "text", "description": "text", "sector": "text", "blockchain": "text", "type": "text", "totalMembers": 1 }