---
title: "Get Organization Invitation"
method: GET
path: "/auth/organization/get-invitation"
tags: ["Organization Management"]
---

# Get Organization Invitation

`GET /auth/organization/get-invitation`

Get an invitation by ID

## Query parameters

- `id` string, required

## Response `200`

Success

- object
  - `id` string, required
  - `email` string, required
  - `role` string, required
  - `organizationId` string, required
  - `inviterId` string, required
  - `status` string, required
  - `expiresAt` string, required
  - `organizationName` string, required
  - `organizationSlug` string, required
  - `inviterEmail` string, required

## Other responses

- `401` — Missing or invalid credentials

## Changes

- **2026-08-24** `9d1da42c10ce` — 1 breaking
  - the `query` request parameter `id` became required
- **2026-08-24** `200744ae0bef` — 1 info
  - the `query` request parameter `id` became optional
- **2026-08-24** `08bbb5bedb5d` — 1 breaking, 6 info
  - removed the media type `application/json` for the response with the status `401`
  - the endpoint scheme security `bearerAuth` was removed from the API
  - removed the non-success response with the status `400`
  - removed the non-success response with the status `403`
  - …3 more
- **2026-07-11** `09053e1c8b21` — 1 breaking
  - the `query` request parameter `id` became required
- **2026-03-04** `21aca40b5846` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/usekaneo/apis/kaneo-api/changes/auth/organization/get-invitation/get.md)

---

[API](https://skmtc.dev/usekaneo/apis/kaneo-api.md) · [All operations](https://skmtc.dev/usekaneo/apis/kaneo-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/usekaneo/kaneo-api/revisions/9d1da42c10ce/schema)
