---
title: "Get Order Psc Info"
method: GET
path: "/v3/order/{order_id}/psc/info"
tags: ["order"]
---

# Get Order Psc Info

`GET /v3/order/{order_id}/psc/info`

## Path parameters

- `order_id` string, uuid, required — Your Order ID.

## Query parameters

- `radius` '10' | '20' | '25' | '50' | '100' — ℹ️ This enum is non-exhaustive.
- `capabilities` LabLocationCapability[], nullable — Filter for only locations with certain capabilities

## Response `200`

Successful Response

- PSCInfo
  - `lab_id` integer, required
  - `slug` 'ayumetrix' | 'spiriplex' | 'ussl' | 'quest' | 'sonora_quest' | 'labcorp' | 'bioreference' | 'us_biotek' | 'manual' | 'sanocardio' | 'ihd' | 'nexus' | 'my_uti' | 'crl' | 'mtl', required — ℹ️ This enum is non-exhaustive.
  - `patient_service_centers` ClientFacingLabLocation[], required
    - `metadata` LabLocationMetadata, required
      - `name` string, required
      - `state` string, required
      - `city` string, required
      - `zip_code` string, required
      - `first_line` string, required
      - `second_line` string, nullable
      - `phone_number` string, nullable
      - `fax_number` string, nullable
      - `hours` object, nullable
      - `website` string, nullable
    - `distance` integer, required
    - `site_code` string, required
    - `supported_bill_types` Billing[], required
    - `location` LngLat, required
      - `lng` number, required
      - `lat` number, required
    - `capabilities` LabLocationCapability[], required

## Other responses

- `422` — Validation Error

## Changes

- **2026-07-21** `30e64e0ed47a` — 1 info
  - added the optional property `patient_service_centers/items/metadata/website` to the response with the `200` status
- **2026-06-16** `5b6da13efa3d` — 1 warning
  - added the new `mtl` enum value to the `slug` response property for the response status `200`

[Change history](https://skmtc.dev/tryvital/apis/junction-api/changes/v3/order/:order_id/psc/info/get.md)

---

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