Community Badges
Update badge
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
Community Badges
Update badge
PATCH
/
community
/
{id}
/
badge
/
{badgeId}
curl --request PATCH \
--url https://api.other.page/v1/community/{id}/badge/{badgeId} \
--header 'Content-Type: application/json' \
--header 'X-Api-Key: <api-key>' \
--data '{
"status": "live",
"title": "<string>",
"image": "<string>",
"type": "achievement",
"description": "<string>",
"chainId": "11155111",
"claimEndDate": "2023-11-07T05:31:56Z",
"maxClaims": 123,
"tags": [
{
"id": "<string>",
"name": "<string>"
}
],
"author": {
"name": "<string>",
"uri": "<string>"
}
}'
Authorizations
Body
application/json
curl --request PATCH \
--url https://api.other.page/v1/community/{id}/badge/{badgeId} \
--header 'Content-Type: application/json' \
--header 'X-Api-Key: <api-key>' \
--data '{
"status": "live",
"title": "<string>",
"image": "<string>",
"type": "achievement",
"description": "<string>",
"chainId": "11155111",
"claimEndDate": "2023-11-07T05:31:56Z",
"maxClaims": 123,
"tags": [
{
"id": "<string>",
"name": "<string>"
}
],
"author": {
"name": "<string>",
"uri": "<string>"
}
}'