Community Experiences
Create experience
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 Experiences
Create experience
POST
/
community
/
{id}
/
experience
curl --request POST \
--url https://api.other.page/v1/community/{id}/experience \
--header 'Content-Type: application/json' \
--header 'X-Api-Key: <api-key>' \
--data '{
"name": "<string>",
"type": "web",
"description": "<string>",
"imageUrl": "<string>",
"bannerUrl": "<string>",
"codeUrl": "<string>",
"startDate": "2023-11-07T05:31:56Z",
"endDate": "2023-11-07T05:31:56Z"
}'
{
"id": "<string>",
"name": "<string>",
"description": "<string>",
"public": true,
"secret": "<string>",
"imageUrl": "<string>",
"bannerUrl": "<string>",
"experienceUrl": "<string>",
"serverId": "<string>",
"serverStatus": "active",
"codeUrl": "<string>",
"startDate": "2023-11-07T05:31:56Z",
"endDate": "2023-11-07T05:31:56Z",
"type": "web",
"communityId": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z"
}
Authorizations
Path Parameters
Community ID
Body
application/json
Response
201 - application/json
The experience has been successfully created
The response is of type object
.
curl --request POST \
--url https://api.other.page/v1/community/{id}/experience \
--header 'Content-Type: application/json' \
--header 'X-Api-Key: <api-key>' \
--data '{
"name": "<string>",
"type": "web",
"description": "<string>",
"imageUrl": "<string>",
"bannerUrl": "<string>",
"codeUrl": "<string>",
"startDate": "2023-11-07T05:31:56Z",
"endDate": "2023-11-07T05:31:56Z"
}'
{
"id": "<string>",
"name": "<string>",
"description": "<string>",
"public": true,
"secret": "<string>",
"imageUrl": "<string>",
"bannerUrl": "<string>",
"experienceUrl": "<string>",
"serverId": "<string>",
"serverStatus": "active",
"codeUrl": "<string>",
"startDate": "2023-11-07T05:31:56Z",
"endDate": "2023-11-07T05:31:56Z",
"type": "web",
"communityId": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z"
}