---
title: "Get Student Invitation"
method: GET
path: "/student-invitations/{token}"
tags: ["Student Invitations"]
---

# Get Student Invitation

`GET /student-invitations/{token}`

## Path parameters

- `token` string, required — The invitation token from the email link

## Response `200`

Successful Response

- StudentInvitationInfoResponse
  - `status` 'pending' | 'joined' | 'class_closed', required
  - `first_name` string, required
  - `last_name` string, required
  - `email` string, required
  - `class_name` string, required
  - `teacher_name` string, required
  - `account_exists` boolean, required

## Other responses

- `404` — Resource not found
- `422` — Validation Error

## Changes

- **2026-09-05** `6608cf59dfaf` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/excellence-ai/apis/excellence-learning/changes/student-invitations/:token/get.md)

---

[API](https://skmtc.dev/excellence-ai/apis/excellence-learning.md) · [All operations](https://skmtc.dev/excellence-ai/apis/excellence-learning/llms.txt) · [OpenAPI document](https://skmtc.dev/excellence-ai/apis/excellence-learning/revisions/2a0c1636fd3b?raw)
