v1

latestOpenAPI 3.0.1MIT2026-07-134925112.4 KB

List Invites

Returns a list of pending invites for the organization.

get/v2/organizations/{organizationSlug}/invites

Path parameters

organizationSlugstring required

The slug of the organization or user account.

Response

Successful response

Example response

{
  "invites": [
    {
      "id": 1,
      "email": "iku@turso.tech",
      "role": "member",
      "created_at": "2023-01-01T00:00:00Z"
    }
  ]
}