🎉
🎉
🎉
🎉
MintKudos Developer Documentation
Search
⌃K
Welcome!
Getting Started
Overview of MintKudos
Why use the MintKudos APIs
Distribution methods
API Reference
Environments & Authentication
Tokens API
Wallets API
Communities API
GET /communities/:communityId
GET /communities/:communityId/tokens
🔐
GET /communities/:communityId/configuration
🔐
GET /communities/:communityId/nftTypes
🔐
POST /communities/:communityId/nftTypes
🔐
DELETE /communities/:communityId/nftTypes/:nftTypeId
Pagination
Asynchronous Operations
Troubleshooting
Examples
Create and claim Kudos natively
View a wallet's Kudos tokens
Add recipient to an existing Kudos
Airdrop the same token to many owners
Migrate an existing NFT smart contract to MintKudos
FAQs
FAQs
Powered By GitBook

GET /communities/:communityId

View a specific Community
Returns a Community Object - which contains the basic information about the community based on the unique identifier.

Example Response

{
"uniqId": "kudos",
"displayId": "kudos",
"name": "🎉 Kudos",
"description": "Kudos",
"logoUrl": "https://images.mintkudos.xyz/logo/kudos.png"
}
API Reference - Previous
Communities API
Next
GET /communities/:communityId/tokens
Last modified 7mo ago
Copy link