GET /communities/:communityId
View a specific Community
Returns a Community Object - which contains the basic information about the community based on the unique identifier.
{
"uniqId": "kudos",
"displayId": "kudos",
"name": "🎉 Kudos",
"description": "Kudos",
"logoUrl": "https://images.mintkudos.xyz/logo/kudos.png"
}
Last modified 7mo ago