GET

Get Group


Retrieves a group.

For groups with group.privacyStatus set to SECRET, only group admins and group members can see the group and its content.

Endpoint
GET
https://www.wixapis.com/social-groups-proxy/groups/v2/groups/{groupId}

Path Params
groupIdstringRequired

ID of the group to retrieve.

Query Params
contentTypestring

Content type.

Response Object
groupGroup

Retrieved group.

Get Group Example 1
Request
cURL
Response
JSON
Errors

This method doesn’t return any custom errors, but may return standard errors. Learn more about standard Wix errors.

Did this help?