---
title: "Preview organization invite"
method: GET
path: "/api/v1/orgs/invites/preview"
tags: ["organizations"]
---

# Preview organization invite

`GET /api/v1/orgs/invites/preview`

## Query parameters

- `token` string, required

## Response `200`

Invite preview

- InvitePreviewResponse
  - `org_name` string, required
  - `inviter_name` string, nullable, required
  - `role` 'admin' | 'member', required
  - `email` string, email, required
  - `expires_at` string, date-time, required

## Other responses

- `401` — Unauthorized
- `404` — Not found
- `409` — Invite already accepted
- `410` — Invite expired

## Changes

- **2026-08-25** `55772030ddd3` — 12 warning
  - removed the optional property `code` from the response with the `401` status
  - removed the optional property `code` from the response with the `404` status
  - removed the optional property `code` from the response with the `409` status
  - removed the optional property `code` from the response with the `410` status
  - …8 more
- **2026-08-19** `b38f8e603649` — 12 info
  - added the optional property `code` to the response with the `401` status
  - added the optional property `code` to the response with the `404` status
  - added the optional property `code` to the response with the `409` status
  - added the optional property `code` to the response with the `410` status
  - …8 more

[Change history](https://skmtc.dev/crosmos/apis/crosmos-api/changes/api/v1/orgs/invites/preview/get.md)

---

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