---
title: "Peek at an invite"
method: GET
path: "/invites/peek"
tags: ["invites"]
---

# Peek at an invite

`GET /invites/peek`

Returns invite metadata (org name, role, expiry) for display in the registration UI. No authentication required.

## Query parameters

- `token` string, required

## Response `200`

OK

- InternalApiAdminPeekInviteResponse
  - `email` string
  - `expires_at` string
  - `org_name` string
  - `role` string

## Other responses

- `400` — Bad Request
- `410` — Gone
- `500` — Internal Server Error

---

[API](https://skmtc.dev/voidmind-io/apis/untitled-api.md) · [All operations](https://skmtc.dev/voidmind-io/apis/untitled-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/voidmind-io/untitled-api/revisions/1405e7d9c155/schema)
