Skip to main content
The Create Group API enables quick setup of collaborative spaces called Groups, where collection of videos organized around a specific theme or topic. URL : /api/thirdparty/group/create Method : POST Auth required : YES Mandatory Fields: type, Community_id Note : You need to Authorize gn-access-token as Bearer Token to run the API.

Request Body

Success Response

Condition: If Everything is okay and group is created. Code: 200 Content
Note: chat_id is the unique identifier for a Group, and you can obtain the URL from the share_url.

Bad Request

Condition: If the request contains errors or invalid data, resulting in the group not being created. Code: 400 Content

Internal Server Error

Condition: If an unexpected issue occurs on the server, an Internal Server Error is returned. Code: 500 Content