---
title: "Preview organization invitation"
method: GET
path: "/v1/orgs/invitations/preview"
tags: ["Invitations"]
---

# Preview organization invitation

`GET /v1/orgs/invitations/preview`

Returns invitation preview details so a user can inspect an organization invite before accepting it.

## Query parameters

- `id` string, required

## Response `200`

Invitation preview returned successfully.

- InvitationPreviewResponse
  - `invitation` object, required
    - `id` string, typeid, required — Den TypeID with 'inv_' prefix and a 26-character base32 suffix.
    - `email` string, email, required
    - `role` string, required
    - `status` 'pending' | 'accepted' | 'canceled' | 'expired', required
    - `expiresAt` string, date-time, required
    - `createdAt` string, date-time, required
  - `organization` object, required
    - `id` string, typeid, required — Den TypeID with 'org_' prefix and a 26-character base32 suffix.
    - `name` string, required
    - `slug` string, required
    - `allowedEmailDomains` string[], nullable, required
    - `branding` object, required
      - `appName` string, required
      - `logoUrl` string, uri, nullable, required
      - `iconUrl` string, uri, nullable, required

## Other responses

- `400` — The invitation preview query parameters were invalid.
- `404` — The invitation could not be found.

## Changes

> 25 revisions in range; 4 could not be searched.

- **2026-08-20** `93df40e2efd5` — 2 info
  - the `invitation/id` response's property pattern `^inv_.*` was removed for the status `200`
  - the `organization/id` response's property pattern `^org_.*` was removed for the status `200`

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

---

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