Communities
Get community member badges
API Reference
Launcher
Connect
Account
Communities
- GETGet communities
- GETGet a community
- GETGet community members
- POSTAdd community member
- POSTBulk add community members
- GETGet community member
- GETGet community member tokens
- GETGet community member badges
- GETGet community tags
- POSTCreate a community tag
- GETGet a community tag
- DELDelete a community tag
- GETGet members by tag
- POSTAdd a tag to community members
- DELRemove tag from a member
Community Badges
- GETGet badges
- POSTCreate badge
- GETGet badge
- DELDelete badge
- PATCHUpdate badge
- GETGet badge rewards
- POSTCreate badge reward
- GETGet badge reward
- DELDelete badge reward
- PATCHUpdate badge reward
- GETGet badge attributions
- POSTCreate badge attribution
- PATCHUpdate badge attribution
- GETGet a badge attribution by metadata property
- GETGet a badge attribution
- GETGet badge leaderboard
- GETGenerate badge attribution code
Community Experiences
Community Collections
Community Payments
Metadata
Communities
Get community member badges
GET
/
community
/
{id}
/
member
/
{idOrAddress}
/
badges
curl --request GET \
--url https://api.other.page/v1/community/{id}/member/{idOrAddress}/badges \
--header 'X-Api-Key: <api-key>'
{
"total": 123,
"perPage": 123,
"page": 123
}
Authorizations
Query Parameters
Filter badges by status
Available options:
earned
, claimed
curl --request GET \
--url https://api.other.page/v1/community/{id}/member/{idOrAddress}/badges \
--header 'X-Api-Key: <api-key>'
{
"total": 123,
"perPage": 123,
"page": 123
}