---
title: "Get Verification Status"
method: GET
path: "/teacher-verification/status"
tags: ["Teacher Verification"]
---

# Get Verification Status

`GET /teacher-verification/status`

Current teacher-verification state, used by the onboarding step to
decide between "verify your account email" and "enter your academic
address".

## Response `200`

Successful Response

- TeacherVerificationStatus
  - `account_email_is_academic` boolean, required
  - `academic_email` string, nullable, required
  - `academic_email_verified` boolean, required
  - `verification_email_sent_at` string, date-time, nullable, required

---

[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/8d495ed916c6/schema)
