cURL
curl --request GET \ --url https://api.rownd.io/applications/{app}/groups/{group} \ --header 'x-rownd-app-key: <api-key>' \ --header 'x-rownd-app-secret: <api-key>'
{ "id": "group_a3l1n2lsnb3q0xbul9enjnh7", "name": "My Teammates", "member_count": 0, "app_id": "327677849595019856", "admission_policy": "invite_only", "meta": {}, "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z", "updated_by": "user_t6ftnnmw55pamuhfo9xvw0yl", "created_by": "user_t6ftnnmw55pamuhfo9xvw0yl" }
Platform API for retrieving a group
The publishable key of your application credentials. (more details)
The private secret of your application credentials. (more details)
Rownd application ID
Group ID
Group created successfully
The response is of type object.
object