GET
/
applications
/
{app}
/
groups
/
{group}
/
invites
curl --request GET \
  --url https://api.rownd.io/applications/{app}/groups/{group}/invites \
  --header 'x-rownd-app-key: <api-key>' \
  --header 'x-rownd-app-secret: <api-key>'
{
  "total_results": 123,
  "results": [
    {
      "id": "c92kd7td7z4myhu7z5y637cp",
      "group_id": "group_zjca79svvbqfeilwr8httcal",
      "roles": [
        "editor"
      ],
      "state": "pending",
      "email": "randy@foo.com",
      "phone": 19199993333,
      "user_id": "user_mni5316glfgwtgljboxrv2it",
      "user_lookup_value": "randy@foo.com",
      "redirect_url": "/somewhere/on/my/site#",
      "app_variant_id": "<string>",
      "created_at": "2023-11-07T05:31:56Z",
      "created_by": "user_t6ftnnmw55pamuhfo9xvw0yl",
      "accepted_by": "user_vgzrk03xpenj6td8vwi9crh4",
      "ensured_user_id": "<string>"
    }
  ]
}

Authorizations

x-rownd-app-key
string
header
required

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

x-rownd-app-secret
string
header
required

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

Path Parameters

app
string
required

Rownd application ID

group
string
required

Group ID

Query Parameters

ensured_user_id
string

The User ID for which the invite was created. This is not the member ID

Response

200 - application/json
Groups retrieved successfully
total_results
integer
results
object[]