Account
Join commmunity.
API Reference
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 Collections
Community Payments
Metadata
Account
Join commmunity.
Join a community as this account.
Required scope: communities.write
.
POST
/
account
/
communities
/
{communityId}
curl --request POST \
--url https://api.other.page/v1/account/communities/{communityId} \
--header 'Authorization: Bearer <token>'
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
curl --request POST \
--url https://api.other.page/v1/account/communities/{communityId} \
--header 'Authorization: Bearer <token>'