Create Group
Creating a new group
POST
https://metaforo.io/api/group/create
Headers
Name
Type
Description
api_key*
String
The API KEY
that assigned to you.
authorization*
String
API token.
Request Body
Name
Type
Description
title*
String
The title of the group
name*
String
The readable name of the group
description*
String
The description of the group
cover*
String
The cover of the group
logo*
String
The logo of the group
uid*
Int
The uid
of the group
signature*
String
The signature of the group
{
"status": true,
"code": "20000",
"description": "",
"server": "rest",
"data": {
"user": {
"id": 26962,
"name": "chaochen",
"email": "[email protected]",
"web3_public_key": "",
"photo_url": "https://metaforo.io/img/default_avatar_5.png",
"public_key": null,
"likes": 0,
"posts": 0,
"activate": 1,
"last_post_time": null,
"stripe_cus_id": "",
"group_perm_level": [],
"groups": [],
"ban_group": [],
"can_join_group": [],
"blocked_users": [],
"api_version": "99",
"super_admin": 0,
"settings": null,
"phantom_address": "",
"ar_address": "",
"dark_mode": 1,
"referral_url": "https://www.metaforo.io/landing?method=referral&data=26962&sign=3254d81e597d3b395c21423dff4540a9",
"intercom_secret": "db5acd886baf033564b2eaaeed52a2dade70909a06ccd18ddf1a6f39c65bbdb5"
}
}
}
Last updated