GET
/
applications
/
{app}
/
groups
curl --request GET \
  --url https://api.rownd.io/applications/{app}/groups \
  --header 'x-rownd-app-key: <api-key>' \
  --header 'x-rownd-app-secret: <api-key>'
{
  "total_results": 123,
  "results": [
    {
      "id": "group_a3l1n2lsnb3q0xbul9enjnh7",
      "name": "My Teammates",
      "member_count": 123,
      "app_id": "327677849595019856",
      "admission_policy": "invite_only",
      "created_at": "2023-11-07T05:31:56Z",
      "updated_at": "2023-11-07T05:31:56Z",
      "updated_by": "user_t6ftnnmw55pamuhfo9xvw0yl",
      "created_by": "user_t6ftnnmw55pamuhfo9xvw0yl"
    }
  ]
}

Authorizations

x-rownd-app-key
string
headerrequired

The publishable key of your application credentials. (more details)

x-rownd-app-secret
string
headerrequired

The private secret of your application credentials. (more details)

Path Parameters

app
string
required

Rownd application ID

Query Parameters

page_size
integer

Number of resources to return per query. Max is 100.

after
string

ID of the last resource in the previous page. If provided, the next page of results is returned beginning with this resource ID.

Response

200 - application/json
total_results
integer
results
object[]