---
title: "Validate Kit Serial"
method: GET
path: "/diagnostics/v0/kits/{kit_id}/validation/kit_serial"
tags: ["diagnostics"]
---

# Validate Kit Serial

`GET /diagnostics/v0/kits/{kit_id}/validation/kit_serial`

Validate that the kit serial is valid for use, according to checks in the diagnostic-api.

## Path parameters

- `kit_id` string, required

## Query parameters

- `test` string, required

## Response `200`

The kit serial is valid

## Other responses

- `400` — There is an issue with your request. Inspection of the response body will yield more details
- `401` — Authorization missing or invalid
- `404` — Kit not found
- `500` — An unexpected, likely ephemeral scenario occurred. The request will have to be retried later. We recommend reaching out to Truepill if this is a persistent issue.

---

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