---
title: "Validate Invite"
method: GET
path: "/api/v1/waitlist/invite/{token}"
tags: ["waitlist"]
---

# Validate Invite

`GET /api/v1/waitlist/invite/{token}`

Validate a waitlist invite token.

Returns the associated email and name when the token is valid and
not expired, enabling the frontend registration form to pre-populate
fields.

## Path parameters

- `token` string, required

## Response `200`

Successful Response

- InviteValidationResponse — Response from invite token validation.
  - `valid` boolean, required
  - `email` string, nullable
  - `first_name` string, nullable
  - `last_name` string, nullable

## Other responses

- `422` — Validation Error

---

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