---
title: "Verify SMS token and view order details"
method: GET
path: "/v1/sms/verify/{token}"
tags: ["SMS"]
---

# Verify SMS token and view order details

`GET /v1/sms/verify/{token}`

Public endpoint for employees to view order details via an SMS deep link. Returns clinic information and instructions if the token is valid and not expired.

## Path parameters

- `token` string, required

## Response `200`

Order tracking data for the employee

- object — Order tracking data for the employee
  - `orderNumber` string
  - `status` string
  - `statusLabel` string
  - `patientFirstName` string
  - `employerName` string
  - `providerName` string
  - `providerAddress` object
    - `street1` string
    - `street2` string
    - `city` string
    - `state` string
    - `postalCode` string
  - `providerPhone` string
  - `providerCoordinates` object
    - `lng` number
    - `lat` number
  - `providerOfficeHours` object[]
    - `day` string
    - `open` string
    - `close` string
  - `providerOfficeHoursText` string
  - `createdAt` string
  - `services` object[]
    - `serviceName` string
    - `status` string
    - `statusLabel` string
    - `dueDate` string

## Other responses

- `404` — Default Response
- `410` — Default Response
- `500` — Default Response

---

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