---
title: "Verify code from email"
method: POST
path: "/public/widget/auth/verify"
tags: ["Widget"]
---

# Verify code from email

`POST /public/widget/auth/verify`

## Request body

- VerifyTokenRequest
  - `sessionId` string, required
  - `clinicId` string, required
  - `code` string, required — The 6-digit verification code sent to the user's email
  - `email` string, required — The email address that the code was sent to

## Response `200`

OK

- VerifyTokenResponse
  - `success` boolean
  - `clientId` string, nullable
  - `clientName` string, nullable
  - `clientEmail` string, nullable
  - `clientPhone` string, nullable
  - `patients` PatientSummaryDto[]
    - `id` string — Unique patient identifier
    - `name` string — The patient's name
    - `species` string — The species name. References a species from GET /species endpoint.
    - `speciesId` string, nullable — The species ID for programmatic lookups.
    - `breed` string — The breed name
    - `sex` string — The patient's sex
    - `dateOfBirth` string, date-time, nullable — Date of birth, if known
    - `isEstimatedAge` boolean
    - `fixed` boolean — Whether the patient is spayed/neutered
    - `treatmentAcceptanceRate` union
      - number, double
      - string, double

---

[API](https://skmtc.net/clinicos/apis/pawthosx-business-api-v1.md) · [All operations](https://skmtc.net/clinicos/apis/pawthosx-business-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/clinicos/pawthosx-business-api-v1/revisions/e7d381a5453b/schema)
