---
title: "Retrieve Vaccine"
method: GET
path: "/api/2.0/vaccine/{id}/"
tags: ["Vaccine"]
---

# Retrieve Vaccine

`GET /api/2.0/vaccine/{id}/`

Retrieve a single vaccine

## Path parameters

- `id` integer, required

## Response `200`

- Vaccine
  - `cdc_type` string, nullable
  - `created_date` string, date-time, nullable
  - `creation_type` 'elation' | 'medispan' | 'user'
  - `cvx` integer, nullable
  - `deleted_date` string, date-time, nullable
  - `description` string
  - `id` integer
  - `is_user_created` boolean
  - `name` string
  - `ndc` string, nullable
  - `ndc_values` string[]
  - `practice` integer, nullable

---

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