---
title: "Get Invitation Public Info"
method: GET
path: "/teacher-invitations/{token}"
tags: ["Teacher Invitations"]
---

# Get Invitation Public Info

`GET /teacher-invitations/{token}`

## Path parameters

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

## Response `200`

Successful Response

- InvitationPublicInfoResponse
  - `email` string, required
  - `first_name` string, nullable
  - `last_name` string, nullable
  - `school_name` string, required
  - `status` 'pending' | 'accepted' | 'expired', required

## Other responses

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

---

[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-service-production.skmtc.workers.dev/v1/apis/excellence-ai/excellence-learning/revisions/c407f3b5a05b/schema)
